python310Packages.pylutron-caseta: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-01-18 23:34:23 +01:00
parent 8625a430bd
commit ea76458891
@@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "gurumitts";
repo = pname;
rev = "v${version}";
rev = "refs/tags/v${version}";
hash = "sha256-W3OfYNVendYOrwN/WGeAkNAnZctvlssZ3Bvp5caPZao=";
};
@@ -50,6 +50,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module o control Lutron Caseta devices";
homepage = "https://github.com/gurumitts/pylutron-caseta";
changelog = "https://github.com/gurumitts/pylutron-caseta/blob/v${version}/CHANGELOG.md";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
};