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
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 ];
}
+1 -1
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 ];
};
});