Unverified Commit 4d38a71c authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

maintainers: add willfish (#484441)

parents 09c57618 45ca1b41
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -28458,6 +28458,12 @@
    githubId = 5185341;
    name = "Will Cohen";
  };
  willfish = {
    email = "willfish@pescado.mozmail.com";
    github = "willfish";
    githubId = 8156884;
    name = "William Fish";
  };
  willibutz = {
    email = "willibutz@posteo.de";
    github = "WilliButz";
+1 −0
Original line number Diff line number Diff line
@@ -119,6 +119,7 @@ python3Packages.buildPythonApplication rec {
    maintainers = with lib.maintainers; [
      p3psi
      zfnmxt
      willfish
    ];
  };
}