Merge pull request #319961 from fsnkty/update-maintainers-info

maintainers: rename nu-nu-ko to fsnkty
This commit is contained in:
éclairevoyant 2024-06-15 05:08:39 +00:00 committed by GitHub
commit e6cea36f83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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";
};
}