0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03: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

@ -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 ];
}