Merge pull request #258398 from zzzsyyy/update/xanmod

linux_xanmod: add zzzsy as maintainer

Nick Cao 14a2eeca 4e008977

Changed files
+1 -1
pkgs
os-specific
linux
+1 -1
pkgs/os-specific/linux/kernel/xanmod-kernels.nix
···
extraMeta = {
branch = lib.versions.majorMinor version;
-
maintainers = with lib.maintainers; [ fortuneteller2k lovesegfault atemu shawn8901 ];
description = "Built with custom settings and new features built to provide a stable, responsive and smooth desktop experience";
broken = stdenv.isAarch64;
};
···
extraMeta = {
branch = lib.versions.majorMinor version;
+
maintainers = with lib.maintainers; [ fortuneteller2k lovesegfault atemu shawn8901 zzzsy ];
description = "Built with custom settings and new features built to provide a stable, responsive and smooth desktop experience";
broken = stdenv.isAarch64;
};