unifi, nixos/unifi: add erictapen as maintainer

This commit is contained in:
Justin Humm 2019-01-27 17:24:40 +01:00
parent 88fac8aa40
commit 38f23046a3
No known key found for this signature in database
GPG key ID: 5F24E3BD56617EB2
2 changed files with 2 additions and 0 deletions

View file

@ -184,4 +184,5 @@ in
};
meta.maintainers = with lib.maintainers; [ erictapen ];
}

View file

@ -35,6 +35,7 @@ let
description = "Controller for Ubiquiti UniFi access points";
license = licenses.unfree;
platforms = platforms.unix;
maintainers = with maintainers; [ erictapen ];
};
};