summary refs log tree commit diff
path: root/nixos/modules/services/networking/unifi.nix
diff options
context:
space:
mode:
authorJustin Humm <justin.humm@posteo.de>2019-01-27 17:24:40 +0100
committerJustin Humm <justin.humm@posteo.de>2019-01-27 17:28:15 +0100
commit38f23046a350bd20a03a7927527c79e4b5b68e77 (patch)
treeb30b626b687b477ad8f4831225aba3ef58b02bd6 /nixos/modules/services/networking/unifi.nix
parent88fac8aa40e7804ba54c2548c1a9423bbf6741a8 (diff)
unifi, nixos/unifi: add erictapen as maintainer
Diffstat (limited to 'nixos/modules/services/networking/unifi.nix')
-rw-r--r--nixos/modules/services/networking/unifi.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/unifi.nix b/nixos/modules/services/networking/unifi.nix
index ac10e77ba3063..89b9ac4eadf50 100644
--- a/nixos/modules/services/networking/unifi.nix
+++ b/nixos/modules/services/networking/unifi.nix
@@ -184,4 +184,5 @@ in
 
   };
 
+  meta.maintainers = with lib.maintainers; [ erictapen ];
 }