nixos: Fix modules meta.maintainers issues (#484155)

This commit is contained in:
zowoq
2026-01-27 06:08:20 +00:00
committed by GitHub
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -15729,7 +15729,7 @@
github = "M0streng0";
githubId = 85799811;
};
m0ustache3 = {
M0ustach3 = {
name = "M0ustach3";
github = "M0ustach3";
githubId = 37956764;
+1 -1
View File
@@ -49,5 +49,5 @@ in
systemd.user.services.dsearch.wantedBy = mkIf cfg.systemd.enable [ cfg.systemd.target ];
};
meta.maintainers = lib.teams.danklinux.maintainers;
meta.maintainers = lib.teams.danklinux.members;
}
+1 -1
View File
@@ -226,5 +226,5 @@ in
hardware.graphics.enable = lib.mkDefault true;
};
meta.maintainers = lib.teams.danklinux.maintainers;
meta.maintainers = lib.teams.danklinux.members;
}
@@ -294,5 +294,5 @@ in
services.libinput.enable = mkDefault true;
};
meta.maintainers = lib.teams.danklinux.maintainers;
meta.maintainers = lib.teams.danklinux.members;
}
+1 -1
View File
@@ -195,5 +195,5 @@ in
};
};
meta.maintainers = [ lib.maintainers.m0ustach3 ];
meta.maintainers = [ lib.maintainers.M0ustach3 ];
}
+1 -1
View File
@@ -983,7 +983,7 @@ in
meta = {
maintainers = with lib.maintainers; [
m0ustach3
M0ustach3
tornax
jk
];