python310Packages.lupupy: add changelog to meta
This commit is contained in:
parent
8e51d95ba6
commit
6323cfc2fd
@ -35,6 +35,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python module to control Lupusec alarm control panels";
|
description = "Python module to control Lupusec alarm control panels";
|
||||||
homepage = "https://github.com/majuss/lupupy";
|
homepage = "https://github.com/majuss/lupupy";
|
||||||
|
changelog = "https://github.com/majuss/lupupy/releases/tag/v${version}";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user