Revert "haskellPackages: Add maintainer shlok"

This reverts commit ad38216dc6 and
regenerates hackage-packages.nix.

Reason for Revert: There is no lib.maintainers.shlok.

Reference https://github.com/NixOS/nixpkgs/pull/229459.
This commit is contained in:
sternenseemann
2023-05-03 11:54:20 +02:00
parent 5f8c317aae
commit a6bb2cc2d4
2 changed files with 0 additions and 5 deletions
@@ -368,9 +368,6 @@ package-maintainers:
- taffybar
- arbtt
- lentil
shlok:
- streamly-archive
- streamly-lmdb
sorki:
- cayenne-lpp
- blockfrost-client
-2
View File
@@ -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;};