maintainers: remove nickgerace (including the "reindeer" package) (#484037)

This commit is contained in:
Yohann Boniface
2026-01-26 18:11:40 +00:00
committed by GitHub
2 changed files with 1 additions and 6 deletions
-5
View File
@@ -18743,11 +18743,6 @@
github = "NickCao";
githubId = 15247171;
};
nickgerace = {
name = "Nick Gerace";
github = "nickgerace";
githubId = 39320683;
};
nickhu = {
email = "me@nickhu.co.uk";
github = "NickHu";
+1 -1
View File
@@ -31,6 +31,6 @@ rustPlatform.buildRustPackage rec {
mainProgram = "reindeer";
homepage = "https://github.com/facebookincubator/reindeer";
license = with lib.licenses; [ mit ];
maintainers = with lib.maintainers; [ nickgerace ];
maintainers = [ ];
};
}