maintainers: drop Gonzih
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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 = [
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -32,7 +32,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "doge";
|
||||
maintainers = with lib.maintainers; [
|
||||
Gonzih
|
||||
quantenzitrone
|
||||
];
|
||||
};
|
||||
|
||||
@@ -73,7 +73,6 @@ buildGoModule (finalAttrs: {
|
||||
license = lib.licenses.asl20;
|
||||
mainProgram = "k9s";
|
||||
maintainers = with lib.maintainers; [
|
||||
Gonzih
|
||||
markus1189
|
||||
qjoly
|
||||
devusb
|
||||
|
||||
Reference in New Issue
Block a user