nixos: Fix modules meta.maintainers issues (#484155)
This commit is contained in:
@@ -15729,7 +15729,7 @@
|
||||
github = "M0streng0";
|
||||
githubId = 85799811;
|
||||
};
|
||||
m0ustache3 = {
|
||||
M0ustach3 = {
|
||||
name = "M0ustach3";
|
||||
github = "M0ustach3";
|
||||
githubId = 37956764;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -195,5 +195,5 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
meta.maintainers = [ lib.maintainers.m0ustach3 ];
|
||||
meta.maintainers = [ lib.maintainers.M0ustach3 ];
|
||||
}
|
||||
|
||||
@@ -983,7 +983,7 @@ in
|
||||
|
||||
meta = {
|
||||
maintainers = with lib.maintainers; [
|
||||
m0ustach3
|
||||
M0ustach3
|
||||
tornax
|
||||
jk
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user