python310Packages.screenlogicpy: add changelog to meta
This commit is contained in:
parent
fde05a82c4
commit
62ee7bfa45
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
||||||
owner = "dieselrabbit";
|
owner = "dieselrabbit";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "sha256-1tBr7k7RutCHvea/56J7drl9P+WZ5bQpDeQwhgktc1s=";
|
hash = "sha256-1tBr7k7RutCHvea/56J7drl9P+WZ5bQpDeQwhgktc1s=";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
|
@ -41,6 +41,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python interface for Pentair Screenlogic devices";
|
description = "Python interface for Pentair Screenlogic devices";
|
||||||
homepage = "https://github.com/dieselrabbit/screenlogicpy";
|
homepage = "https://github.com/dieselrabbit/screenlogicpy";
|
||||||
|
changelog = "https://github.com/dieselrabbit/screenlogicpy/releases/tag/v${version}";
|
||||||
license = with licenses; [ gpl3Only ];
|
license = with licenses; [ gpl3Only ];
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue