0
0
Fork 0
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:
pennae 2021-10-14 18:09:53 +02:00 committed by Kerstin
parent 97719b92f9
commit 62813808ff
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -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 ];
}; };
}; };