python312Packages.pylutron: 0.2.13 -> 0.2.15
https://github.com/thecynic/pylutron/releases/tag/0.2.14 https://github.com/thecynic/pylutron/releases/tag/0.2.15
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user