diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index 67a3f9705eef..f460f5ad8e70 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -368,9 +368,6 @@ package-maintainers: - taffybar - arbtt - lentil - shlok: - - streamly-archive - - streamly-lmdb sorki: - cayenne-lpp - blockfrost-client diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 3fe2984fab1d..11bb2cf98195 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -278564,7 +278564,6 @@ self: { testSystemDepends = [ archive ]; description = "Stream data from archives using the streamly library"; license = lib.licenses.bsd3; - maintainers = [ lib.maintainers.shlok ]; }) {archive = null;}; "streamly-binary" = callPackage @@ -278714,7 +278713,6 @@ self: { description = "Stream data to or from LMDB databases using the streamly library"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; - maintainers = [ lib.maintainers.shlok ]; broken = true; }) {inherit (pkgs) lmdb;};