xz: add andrewzah to maintainers, mv to pkgs/by-name (#543408)

This commit is contained in:
Michael Daniels
2026-07-21 00:31:43 +00:00
committed by GitHub
2 changed files with 1 additions and 2 deletions
@@ -94,6 +94,7 @@ stdenv.mkDerivation (finalAttrs: {
create 30 % smaller output than gzip and 15 % smaller output than
bzip2.
'';
maintainers = with lib.maintainers; [ andrewzah ];
license = with lib.licenses; [
gpl2Plus
lgpl21Plus
-2
View File
@@ -2497,8 +2497,6 @@ with pkgs;
liquidctl = with python3Packages; toPythonApplication liquidctl;
xz = callPackage ../tools/compression/xz { };
madlang = haskell.lib.compose.justStaticExecutables haskellPackages.madlang;
man = man-db;