diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 9056f9db5adc..c2cca47b9ccf 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -278565,6 +278565,7 @@ self: { description = "Stream data from archives using the streamly library"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; + maintainers = [ lib.maintainers.shlok ]; broken = true; }) {archive = null;}; @@ -278715,6 +278716,7 @@ 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;};