about summary refs log tree commit diff
path: root/pkgs/servers/unifi/default.nix
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2023-06-06 23:29:46 +0200
committerpennae <github@quasiparticle.net>2023-06-06 23:29:46 +0200
commit912caf09f73d79d788ed8212d98b69134c1dd8fc (patch)
tree5add84a1ed672b441c3c43f4b8448aa028524444 /pkgs/servers/unifi/default.nix
parenta249784ff1b71c90b7ecb211b32e670de57ae809 (diff)
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.
Diffstat (limited to 'pkgs/servers/unifi/default.nix')
-rw-r--r--pkgs/servers/unifi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/unifi/default.nix b/pkgs/servers/unifi/default.nix
index a62c4d23d2381..6618840bfeb79 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 ];
     };
   });