Merge pull request #236363 from pennae/drop-unifi-maint

unifi: drop pennae from maintainers
This commit is contained in:
Weijia Wang 2023-06-07 16:29:31 +03:00 committed by GitHub
commit 4b3f710d96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 ];
};
});