From 912caf09f73d79d788ed8212d98b69134c1dd8fc Mon Sep 17 00:00:00 2001 From: pennae Date: Tue, 6 Jun 2023 23:29:46 +0200 Subject: [PATCH] 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. --- nixos/modules/services/networking/unifi.nix | 2 -- pkgs/servers/unifi/default.nix | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/nixos/modules/services/networking/unifi.nix b/nixos/modules/services/networking/unifi.nix index 73adf5572b35..a22ae692e138 100644 --- a/nixos/modules/services/networking/unifi.nix +++ b/nixos/modules/services/networking/unifi.nix @@ -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 ]; } diff --git a/pkgs/servers/unifi/default.nix b/pkgs/servers/unifi/default.nix index a62c4d23d238..6618840bfeb7 100644 --- a/pkgs/servers/unifi/default.nix +++ b/pkgs/servers/unifi/default.nix @@ -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 ]; }; });