1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

maintainers: rename nu-nu-ko to fsnkty

This commit is contained in:
nuko 2024-06-15 14:21:38 +12:00
parent a1ce83de7c
commit 40916ded4a
No known key found for this signature in database
5 changed files with 11 additions and 11 deletions

View file

@ -7154,6 +7154,13 @@
githubId = 77672306;
name = "Florian Agbuya";
};
fsnkty = {
name = "fsnkty";
github = "fsnkty";
githubId = 153512689;
email = "fsnkty@shimeji.cafe";
matrix = "@nuko:shimeji.cafe";
};
fstamour = {
email = "fr.st-amour@gmail.com";
github = "fstamour";
@ -15239,13 +15246,6 @@
github = "numkem";
githubId = 332423;
};
nu-nu-ko = {
email = "nuko@shimeji.cafe";
matrix = "@nuko:shimeji.cafe";
github = "nu-nu-ko";
githubId = 153512689;
name = "nuko";
};
nviets = {
email = "nathan.g.viets@gmail.com";
github = "nviets";

View file

@ -157,5 +157,5 @@ in
networking.firewall.allowedTCPPorts = mkIf cfg.openFirewall [ cfg.settings.Port ];
};
meta.maintainers = with maintainers; [ nu-nu-ko ];
meta.maintainers = with maintainers; [ fsnkty ];
}

View file

@ -160,5 +160,5 @@ in
};
meta.maintainers = with maintainers; [ minijackson nu-nu-ko ];
meta.maintainers = with maintainers; [ minijackson fsnkty ];
}

View file

@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
description = "Multi-Monitor Wallpaper Utility";
homepage = "https://github.com/0xk1f0/rwpspread";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ nu-nu-ko ];
maintainers = with lib.maintainers; [ fsnkty ];
platforms = lib.platforms.linux;
mainProgram = "rwpspread";
};

View file

@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/danyspin97/wpaperd";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ DPDmancul nu-nu-ko ];
maintainers = with maintainers; [ DPDmancul fsnkty ];
mainProgram = "wpaperd";
};
}