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:
parent
a1ce83de7c
commit
40916ded4a
|
@ -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";
|
||||
|
|
|
@ -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 ];
|
||||
}
|
||||
|
|
|
@ -160,5 +160,5 @@ in
|
|||
|
||||
};
|
||||
|
||||
meta.maintainers = with maintainers; [ minijackson nu-nu-ko ];
|
||||
meta.maintainers = with maintainers; [ minijackson fsnkty ];
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue