maintainers: remove shlok (#523732)

This commit is contained in:
Wolfgang Walther
2026-06-04 14:26:51 +00:00
committed by GitHub
3 changed files with 0 additions and 11 deletions

View File

@@ -25376,12 +25376,6 @@
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

@@ -453,9 +453,6 @@ package-maintainers:
- massiv
- massiv-io
- massiv-test
shlok:
- streamly-archive
- streamly-lmdb
slotThe:
- X11
- X11-xft

View File

@@ -669605,7 +669605,6 @@ self: {
description = "Stream data from archives using the streamly library";
license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause";
hydraPlatforms = lib.platforms.none;
maintainers = [ lib.maintainers.shlok ];
broken = true;
}
) { archive = null; };
@@ -670069,7 +670068,6 @@ self: {
description = "Stream data to or from LMDB databases using the streamly library";
license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause";
hydraPlatforms = lib.platforms.none;
maintainers = [ lib.maintainers.shlok ];
broken = true;
}
) { inherit (pkgs) lmdb; };