hueadm: add sigmanificient to maintainers

This commit is contained in:
Sigmanificient 2024-05-10 13:57:33 +02:00
parent 250cacf550
commit 486cb811ff

View File

@ -22,7 +22,7 @@ buildNpmPackage rec {
description = "Command line management interface to Philips Hue";
homepage = "https://github.com/bahamas10/hueadm";
license = lib.licenses.mit;
maintainers = [ ];
maintainers = with lib.maintainers; [ sigmanificient ];
mainProgram = "hueadm";
};
}