mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/unifi, unifi: add pennae to maintainers
This commit is contained in:
parent
97719b92f9
commit
62813808ff
2 changed files with 2 additions and 2 deletions
|
@ -221,5 +221,5 @@ in
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
meta.maintainers = with lib.maintainers; [ erictapen ];
|
meta.maintainers = with lib.maintainers; [ erictapen pennae ];
|
||||||
}
|
}
|
||||||
|
|
|
@ -34,7 +34,7 @@ let
|
||||||
description = "Controller for Ubiquiti UniFi access points";
|
description = "Controller for Ubiquiti UniFi access points";
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ erictapen globin patryk27 ];
|
maintainers = with maintainers; [ erictapen globin patryk27 pennae ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue