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:
parent
a249784ff1
commit
912caf09f7
2 changed files with 1 additions and 3 deletions
|
@ -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 ];
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue