maintainers: remove shreerammodi (#525902)

This commit is contained in:
Marcin Serwin
2026-06-07 10:11:54 +00:00
committed by GitHub
2 changed files with 1 additions and 8 deletions
-7
View File
@@ -25427,13 +25427,6 @@
githubId = 819413;
name = "Benedict Aas";
};
shreerammodi = {
name = "Shreeram Modi";
email = "shreerammodi10@gmail.com";
github = "shreerammodi";
githubId = 67710369;
keys = [ { fingerprint = "EA88 EA07 26E9 6CBF 6365 3966 163B 16EE 76ED 24CE"; } ];
};
shunueda = {
name = "Shun Ueda";
github = "shunueda";
+1 -1
View File
@@ -39,6 +39,6 @@ buildDotnetModule rec {
license = lib.licenses.mit;
platforms = lib.platforms.unix;
badPlatforms = lib.platforms.aarch64;
maintainers = with lib.maintainers; [ shreerammodi ];
maintainers = [ ];
};
}