forked from mirrors/nixpkgs
haskellPackages: Add maintainer shlok
This commit is contained in:
parent
a6bb2cc2d4
commit
9e7bcdd1c0
|
@ -14233,6 +14233,12 @@
|
||||||
githubId = 487050;
|
githubId = 487050;
|
||||||
name = "Shea Levy";
|
name = "Shea Levy";
|
||||||
};
|
};
|
||||||
|
shlok = {
|
||||||
|
email = "sd-nix-maintainer@quant.is";
|
||||||
|
github = "shlok";
|
||||||
|
githubId = 3000933;
|
||||||
|
name = "Shlok Datye";
|
||||||
|
};
|
||||||
shmish111 = {
|
shmish111 = {
|
||||||
email = "shmish111@gmail.com";
|
email = "shmish111@gmail.com";
|
||||||
github = "shmish111";
|
github = "shmish111";
|
||||||
|
|
|
@ -368,6 +368,9 @@ package-maintainers:
|
||||||
- taffybar
|
- taffybar
|
||||||
- arbtt
|
- arbtt
|
||||||
- lentil
|
- lentil
|
||||||
|
shlok:
|
||||||
|
- streamly-archive
|
||||||
|
- streamly-lmdb
|
||||||
sorki:
|
sorki:
|
||||||
- cayenne-lpp
|
- cayenne-lpp
|
||||||
- blockfrost-client
|
- blockfrost-client
|
||||||
|
|
|
@ -278564,6 +278564,7 @@ self: {
|
||||||
testSystemDepends = [ archive ];
|
testSystemDepends = [ archive ];
|
||||||
description = "Stream data from archives using the streamly library";
|
description = "Stream data from archives using the streamly library";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
|
maintainers = [ lib.maintainers.shlok ];
|
||||||
}) {archive = null;};
|
}) {archive = null;};
|
||||||
|
|
||||||
"streamly-binary" = callPackage
|
"streamly-binary" = callPackage
|
||||||
|
@ -278713,6 +278714,7 @@ self: {
|
||||||
description = "Stream data to or from LMDB databases using the streamly library";
|
description = "Stream data to or from LMDB databases using the streamly library";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
hydraPlatforms = lib.platforms.none;
|
hydraPlatforms = lib.platforms.none;
|
||||||
|
maintainers = [ lib.maintainers.shlok ];
|
||||||
broken = true;
|
broken = true;
|
||||||
}) {inherit (pkgs) lmdb;};
|
}) {inherit (pkgs) lmdb;};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue