maintainers: drop srid

Banned from the community on 2023-11-14.
This commit is contained in:
Martin Weinelt
2025-02-23 01:28:48 +01:00
parent 8b3b55dc73
commit 64f738dc58
5 changed files with 1 additions and 17 deletions
-7
View File
@@ -22219,13 +22219,6 @@
githubId = 219362;
name = "Sarah Brofeldt";
};
srid = {
email = "srid@srid.ca";
matrix = "@srid:matrix.org";
github = "srid";
githubId = 3998;
name = "Sridhar Ratnakumar";
};
srounce = {
name = "Samuel Rounce";
email = "me@samuelrounce.co.uk";
+1 -4
View File
@@ -42,10 +42,7 @@ rustPlatform.buildRustPackage rec {
description = "Check the health of your Nix setup";
homepage = "https://github.com/juspay/nix-health";
license = licenses.asl20;
maintainers = with maintainers; [
srid
shivaraj-bh
];
maintainers = with maintainers; [ shivaraj-bh ];
mainProgram = "nix-health";
};
}
-1
View File
@@ -63,7 +63,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/srid/nixci";
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [
srid
shivaraj-bh
rsrohitsingh682
];
@@ -445,9 +445,6 @@ package-maintainers:
- ttn-client
- update-nix-fetchgit
- zre
srid:
- ema
- emanote
sternenseemann:
# also maintain upstream package
- cabal2nix
-2
View File
@@ -100901,7 +100901,6 @@ self: {
];
description = "Static site generator library with hot reload";
license = lib.licenses.agpl3Only;
maintainers = [ lib.maintainers.srid ];
}) {};
"ema-extra" = callPackage
@@ -101220,7 +101219,6 @@ self: {
license = lib.licenses.agpl3Only;
badPlatforms = [ "x86_64-darwin" ];
mainProgram = "emanote";
maintainers = [ lib.maintainers.srid ];
}) {};
"embed-config" = callPackage