maintainers: drop Gonzih

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
Marcin Serwin
2026-04-04 16:57:03 +02:00
parent 6f15fe1f10
commit 94690a55f2
6 changed files with 3 additions and 12 deletions
-6
View File
@@ -9886,12 +9886,6 @@
githubId = 2041764;
name = "Andreas Wendleder";
};
Gonzih = {
email = "gonzih@gmail.com";
github = "Gonzih";
githubId = 266275;
name = "Max Gonzih";
};
goodrone = {
email = "goodrone@gmail.com";
github = "goodrone";
+1 -1
View File
@@ -34,6 +34,6 @@ pythonPackages.buildPythonApplication (finalAttrs: {
homepage = "https://github.com/dirkgroenen/mopidy-mopify";
description = "Mopidy webclient based on the Spotify webbased interface";
license = lib.licenses.gpl3;
maintainers = [ lib.maintainers.Gonzih ];
maintainers = [ ];
};
})
@@ -68,8 +68,7 @@ buildGoModule rec {
downloadPage = "https://github.com/linkerd/linkerd2/";
homepage = "https://linkerd.io/";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
Gonzih
maintainers = [
];
};
}
+1 -1
View File
@@ -30,6 +30,6 @@ buildGoModule (finalAttrs: {
mainProgram = "air";
homepage = "https://github.com/air-verse/air";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ Gonzih ];
maintainers = [ ];
};
})
-1
View File
@@ -32,7 +32,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
license = lib.licenses.mit;
mainProgram = "doge";
maintainers = with lib.maintainers; [
Gonzih
quantenzitrone
];
};
-1
View File
@@ -73,7 +73,6 @@ buildGoModule (finalAttrs: {
license = lib.licenses.asl20;
mainProgram = "k9s";
maintainers = with lib.maintainers; [
Gonzih
markus1189
qjoly
devusb