Commit 486cb811 authored by Sigmanificient's avatar Sigmanificient
Browse files

hueadm: add sigmanificient to maintainers

parent 250cacf5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
}