Unverified Commit b4d9470e authored by maralorn's avatar maralorn Committed by GitHub
Browse files

Merge pull request #229647 from shlok/add-maintainer-shlok

haskellPackages: Add maintainer shlok
parents a6bb2cc2 9e7bcdd1
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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";
+3 −0
Original line number Diff line number Diff line
@@ -368,6 +368,9 @@ package-maintainers:
    - taffybar
    - arbtt
    - lentil
  shlok:
    - streamly-archive
    - streamly-lmdb
  sorki:
    - cayenne-lpp
    - blockfrost-client
+2 −0
Original line number Diff line number Diff line
@@ -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;};