maintainers: remove nickgerace (incl. "reindeer")

- Remove nickgerace as maintainer of the "reindeer" Rust CLI package
  (for use with buck2)
- Remove nickgerace from the maintainers list as there are no other
  packages being maintained by nickgerace

Signed-off-by: Nick Gerace <nickagerace@gmail.com>
This commit is contained in:
Nick Gerace
2026-01-26 09:44:13 -05:00
parent f36330bf81
commit 4392ab3c2f
2 changed files with 1 additions and 6 deletions
-5
View File
@@ -18729,11 +18729,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 = [ ];
};
}