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:
@@ -18729,11 +18729,6 @@
|
||||
github = "NickCao";
|
||||
githubId = 15247171;
|
||||
};
|
||||
nickgerace = {
|
||||
name = "Nick Gerace";
|
||||
github = "nickgerace";
|
||||
githubId = 39320683;
|
||||
};
|
||||
nickhu = {
|
||||
email = "me@nickhu.co.uk";
|
||||
github = "NickHu";
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user