Merge pull request #54708 from erictapen/unifi-maintainer

unifi, nixos/unifi: add erictapen as maintainer
This commit is contained in:
Silvan Mosberger 2019-01-27 19:02:40 +01:00 committed by GitHub
commit f2daf4295e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 ];
};
};