maintainers: remove syberant

This commit is contained in:
Hythera
2026-03-07 18:24:40 +01:00
parent 84b09c1d3f
commit 34921867b2
2 changed files with 1 additions and 7 deletions

View File

@@ -26031,12 +26031,6 @@
githubId = 127287939;
name = "Syed Sumairul Hasan";
};
syberant = {
email = "sybrand@neuralcoding.com";
github = "syberant";
githubId = 20063502;
name = "Sybrand Aarnoutse";
};
syboxez = {
email = "syboxez@gmail.com";
matrix = "@syboxez:matrix.org";

View File

@@ -60,7 +60,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
mit # or
asl20
];
maintainers = with lib.maintainers; [ syberant ];
maintainers = [ ];
# NB: `ein` is also provided by this package, but `nix run
# nixpkgs#gitoxide` doesn't work at all without this set.
mainProgram = "gix";