1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

maintainers: remove duplicate nixpkgs maintainers

We don't need to maintain them in here, removing them to fix CI check

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-07-17 14:36:16 -05:00
parent defabc11ab
commit 7c78e592a8
4 changed files with 3 additions and 17 deletions

View file

@ -121,14 +121,6 @@
github = "danjujan"; github = "danjujan";
githubId = 44864658; githubId = 44864658;
}; };
delafthi = {
name = "Thierry Delafontaine";
email = "delafthi@pm.me";
matrix = "@delafthi:matrix.org";
github = "delafthi";
githubId = 50531499;
keys = [ { fingerprint = "6DBB 0BB9 AEE6 2C2A 8059 7E1C 0092 6686 9818 63CB"; } ];
};
Dines97 = { Dines97 = {
name = "Denis Kaynar"; name = "Denis Kaynar";
email = "19364873+Dines97@users.noreply.github.com"; email = "19364873+Dines97@users.noreply.github.com";
@ -324,12 +316,6 @@
github = "miku4k"; github = "miku4k";
githubId = 89653242; githubId = 89653242;
}; };
m0nsterrr = {
name = "Ludovic Ortega";
email = "nix@mail.adminafk.fr";
github = "M0NsTeRRR";
githubId = 37785089;
};
mager = { mager = {
email = "andreas@mager.eu"; email = "andreas@mager.eu";
github = "AndreasMager"; github = "AndreasMager";

View file

@ -19,7 +19,7 @@ let
in in
{ {
meta.maintainers = [ meta.maintainers = [
lib.hm.maintainers.delafthi lib.maintainers.delafthi
]; ];
options.programs.codex = { options.programs.codex = {

View file

@ -10,7 +10,7 @@ let
yamlFormat = pkgs.formats.yaml { }; yamlFormat = pkgs.formats.yaml { };
in in
{ {
meta.maintainers = [ lib.hm.maintainers.m0nsterrr ]; meta.maintainers = [ lib.maintainers.m0nsterrr ];
options.programs.kubeswitch = { options.programs.kubeswitch = {
enable = lib.mkEnableOption "the kubectx for operators"; enable = lib.mkEnableOption "the kubectx for operators";

View file

@ -18,7 +18,7 @@ let
jsonFormat = pkgs.formats.json { }; jsonFormat = pkgs.formats.json { };
in in
{ {
meta.maintainers = with lib.hm.maintainers; [ delafthi ]; meta.maintainers = with lib.maintainers; [ delafthi ];
options.programs.opencode = { options.programs.opencode = {
enable = mkEnableOption "opencode"; enable = mkEnableOption "opencode";