unifi: drop pennae from maintainers

not using this any more, and really don't have the energy to deal with
neither the fallout of ubnt not officially supporting mongodb newer than
3.6, nor the hacks nixpkgs contains to work around that.
This commit is contained in:
pennae 2023-06-06 23:29:46 +02:00
parent a249784ff1
commit 912caf09f7
2 changed files with 1 additions and 3 deletions

View file

@ -193,6 +193,4 @@ in
(mkRemovedOptionModule [ "services" "unifi" "dataDir" ] "You should move contents of dataDir to /var/lib/unifi/data" )
(mkRenamedOptionModule [ "services" "unifi" "openPorts" ] [ "services" "unifi" "openFirewall" ])
];
meta.maintainers = with lib.maintainers; [ pennae ];
}

View file

@ -38,7 +38,7 @@ let
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.unfree;
platforms = platforms.unix;
maintainers = with maintainers; [ globin patryk27 pennae ];
maintainers = with maintainers; [ globin patryk27 ];
};
});