nixos/unifi, unifi: add pennae to maintainers

authored by pennae and committed by Kerstin 62813808 97719b92

+2 -2
+1 -1
nixos/modules/services/networking/unifi.nix
··· 221 222 }; 223 224 - meta.maintainers = with lib.maintainers; [ erictapen ]; 225 }
··· 221 222 }; 223 224 + meta.maintainers = with lib.maintainers; [ erictapen pennae ]; 225 }
+1 -1
pkgs/servers/unifi/default.nix
··· 34 description = "Controller for Ubiquiti UniFi access points"; 35 license = licenses.unfree; 36 platforms = platforms.unix; 37 - maintainers = with maintainers; [ erictapen globin patryk27 ]; 38 }; 39 }; 40
··· 34 description = "Controller for Ubiquiti UniFi access points"; 35 license = licenses.unfree; 36 platforms = platforms.unix; 37 + maintainers = with maintainers; [ erictapen globin patryk27 pennae ]; 38 }; 39 }; 40