maintainers: remove hamburger1984 (#516850)

This commit is contained in:
Yohann Boniface
2026-05-05 21:35:28 +00:00
committed by GitHub
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -10414,12 +10414,6 @@
githubId = 2192042;
name = "Colin King";
};
hamburger1984 = {
email = "hamburger1984@gmail.com";
github = "hamburger1984";
githubId = 438976;
name = "Andreas Krohn";
};
hamhut1066 = {
email = "github@hamhut1066.com";
github = "moredhel";
+1 -1
View File
@@ -41,7 +41,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
execution results and can check this differences at after.
'';
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ hamburger1984 ];
maintainers = [ ];
mainProgram = "hwatch";
};
})