maintainers: add willfish (#484441)

This commit is contained in:
Peder Bergebakken Sundt
2026-02-05 23:35:13 +00:00
committed by GitHub
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -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
View File
@@ -119,6 +119,7 @@ python3Packages.buildPythonApplication rec {
maintainers = with lib.maintainers; [
p3psi
zfnmxt
willfish
];
};
}