R. Ryantm
2024-08-09 14:46:57 +02:00
committed by Martin Weinelt
parent d65319e64e
commit 193a32d75d
@@ -29,7 +29,10 @@ buildPythonPackage rec {
description = "Python library for controlling a Lutron RadioRA 2 system";
homepage = "https://github.com/thecynic/pylutron";
changelog = "https://github.com/thecynic/pylutron/releases/tag/${version}";
license = with licenses; [ mit ];
license = with licenses; [
mit
psfl
];
maintainers = with maintainers; [ fab ];
};
}