maintainers: drop srid

Banned from the community on 2023-11-14.

+1 -17
-7
maintainers/maintainer-list.nix
··· 22219 22219 githubId = 219362; 22220 22220 name = "Sarah Brofeldt"; 22221 22221 }; 22222 - srid = { 22223 - email = "srid@srid.ca"; 22224 - matrix = "@srid:matrix.org"; 22225 - github = "srid"; 22226 - githubId = 3998; 22227 - name = "Sridhar Ratnakumar"; 22228 - }; 22229 22222 srounce = { 22230 22223 name = "Samuel Rounce"; 22231 22224 email = "me@samuelrounce.co.uk";
+1 -4
pkgs/by-name/ni/nix-health/package.nix
··· 42 42 description = "Check the health of your Nix setup"; 43 43 homepage = "https://github.com/juspay/nix-health"; 44 44 license = licenses.asl20; 45 - maintainers = with maintainers; [ 46 - srid 47 - shivaraj-bh 48 - ]; 45 + maintainers = with maintainers; [ shivaraj-bh ]; 49 46 mainProgram = "nix-health"; 50 47 }; 51 48 }
-1
pkgs/by-name/ni/nixci/package.nix
··· 63 63 homepage = "https://github.com/srid/nixci"; 64 64 license = lib.licenses.agpl3Only; 65 65 maintainers = with lib.maintainers; [ 66 - srid 67 66 shivaraj-bh 68 67 rsrohitsingh682 69 68 ];
-3
pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
··· 445 445 - ttn-client 446 446 - update-nix-fetchgit 447 447 - zre 448 - srid: 449 - - ema 450 - - emanote 451 448 sternenseemann: 452 449 # also maintain upstream package 453 450 - cabal2nix
-2
pkgs/development/haskell-modules/hackage-packages.nix
··· 100901 100901 ]; 100902 100902 description = "Static site generator library with hot reload"; 100903 100903 license = lib.licenses.agpl3Only; 100904 - maintainers = [ lib.maintainers.srid ]; 100905 100904 }) {}; 100906 100905 100907 100906 "ema-extra" = callPackage ··· 101220 101219 license = lib.licenses.agpl3Only; 101221 101220 badPlatforms = [ "x86_64-darwin" ]; 101222 101221 mainProgram = "emanote"; 101223 - maintainers = [ lib.maintainers.srid ]; 101224 101222 }) {}; 101225 101223 101226 101224 "embed-config" = callPackage