haskellPackages: remove srid from maintainers

They've been [banned][] so the entries just contribute to noise in the
reports.

[banned]: https://github.com/NixOS/moderation/blob/a1c292a453a93fc5d22dcc4738514d6d636d0d74/moderation-log.md?plain=1#L87
This commit is contained in:
sternenseemann
2025-02-11 23:29:02 +01:00
parent 7c0a5b61c8
commit ceaff92431
2 changed files with 0 additions and 5 deletions
@@ -466,9 +466,6 @@ package-maintainers:
- ttn-client
- update-nix-fetchgit
- zre
srid:
- ema
- emanote
sternenseemann:
# also maintain upstream package
- cabal2nix
-2
View File
@@ -99399,7 +99399,6 @@ self: {
];
description = "Static site generator library with hot reload";
license = lib.licenses.agpl3Only;
maintainers = [ lib.maintainers.srid ];
}) {};
"ema-extra" = callPackage
@@ -99718,7 +99717,6 @@ self: {
license = lib.licenses.agpl3Only;
badPlatforms = [ "x86_64-darwin" ];
mainProgram = "emanote";
maintainers = [ lib.maintainers.srid ];
}) {};
"embed-config" = callPackage