mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
unifi, nixos/unifi: add erictapen as maintainer
This commit is contained in:
parent
88fac8aa40
commit
38f23046a3
|
@ -184,4 +184,5 @@ in
|
|||
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ erictapen ];
|
||||
}
|
||||
|
|
|
@ -35,6 +35,7 @@ let
|
|||
description = "Controller for Ubiquiti UniFi access points";
|
||||
license = licenses.unfree;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ erictapen ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue