gf: Remove 0xd61 as maintainer (#516563)

This commit is contained in:
Yohann Boniface
2026-05-04 22:07:25 +00:00
committed by GitHub
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -132,12 +132,6 @@
githubId = 56617252;
matrix = "@oxc45:matrix.org";
};
_0xd61 = {
email = "dgl@degit.co";
name = "Daniel Glinka";
github = "0xd61";
githubId = 8351869;
};
_0xErwin1 = {
email = "ignacio@feuer.me";
name = "Ignacio Perez";
+1 -1
View File
@@ -76,6 +76,6 @@ stdenv.mkDerivation {
license = lib.licenses.mit;
platforms = lib.platforms.linux;
mainProgram = "gf2";
maintainers = with lib.maintainers; [ _0xd61 ];
maintainers = [ ];
};
}