mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
maintainers: remove shlok
This commit is contained in:
@@ -25303,12 +25303,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";
|
||||
|
||||
@@ -453,9 +453,6 @@ package-maintainers:
|
||||
- massiv
|
||||
- massiv-io
|
||||
- massiv-test
|
||||
shlok:
|
||||
- streamly-archive
|
||||
- streamly-lmdb
|
||||
slotThe:
|
||||
- X11
|
||||
- X11-xft
|
||||
|
||||
@@ -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; };
|
||||
|
||||
Reference in New Issue
Block a user