haskellPackages: Add maintainer shlok

This commit is contained in:
Shlok Datye 2023-05-03 13:27:50 +02:00
parent a6bb2cc2d4
commit 9e7bcdd1c0
3 changed files with 11 additions and 0 deletions

View file

@ -14233,6 +14233,12 @@
githubId = 487050;
name = "Shea Levy";
};
shlok = {
email = "sd-nix-maintainer@quant.is";
github = "shlok";
githubId = 3000933;
name = "Shlok Datye";
};
shmish111 = {
email = "shmish111@gmail.com";
github = "shmish111";

View file

@ -368,6 +368,9 @@ package-maintainers:
- taffybar
- arbtt
- lentil
shlok:
- streamly-archive
- streamly-lmdb
sorki:
- cayenne-lpp
- blockfrost-client

View file

@ -278564,6 +278564,7 @@ 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
@ -278713,6 +278714,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;};