Unverified Commit c8de2c32 authored by éclairevoyant's avatar éclairevoyant
Browse files

webcord-vencord: format with nixfmt (RFC 166)

parent 3996e53c
Loading
Loading
Loading
Loading
+15 −8
Original line number Diff line number Diff line
{ 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 // {
  meta =
    with lib;
    old.meta
    // {
      description = "Webcord with Vencord web extension";
    maintainers = with maintainers; [ FlafyDev NotAShelf ];
      maintainers = with maintainers; [
        FlafyDev
        NotAShelf
      ];
    };
})