webcord-vencord: format with nixfmt (RFC 166)
This commit is contained in:
parent
3996e53c2d
commit
c8de2c32b0
@ -1,7 +1,8 @@
|
||||
{ webcord
|
||||
, substituteAll
|
||||
, lib
|
||||
, vencord-web-extension
|
||||
{
|
||||
webcord,
|
||||
substituteAll,
|
||||
lib,
|
||||
vencord-web-extension,
|
||||
}:
|
||||
|
||||
# nixpkgs-update: no auto update
|
||||
@ -15,8 +16,14 @@ webcord.overrideAttrs (old: {
|
||||
})
|
||||
];
|
||||
|
||||
meta = with lib; old.meta // {
|
||||
description = "Webcord with Vencord web extension";
|
||||
maintainers = with maintainers; [ FlafyDev NotAShelf ];
|
||||
};
|
||||
meta =
|
||||
with lib;
|
||||
old.meta
|
||||
// {
|
||||
description = "Webcord with Vencord web extension";
|
||||
maintainers = with maintainers; [
|
||||
FlafyDev
|
||||
NotAShelf
|
||||
];
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user