maintainers: drop srid
Banned from the community on 2023-11-14.
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user