mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 13:13:09 +00:00
python310Packages.pynobo: add changelog to meta
This commit is contained in:
parent
c857a1c323
commit
705658bf99
@ -28,6 +28,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python TCP/IP interface for Nobo Hub/Nobo Energy Control devices";
|
description = "Python TCP/IP interface for Nobo Hub/Nobo Energy Control devices";
|
||||||
homepage = "https://github.com/echoromeo/pynobo";
|
homepage = "https://github.com/echoromeo/pynobo";
|
||||||
|
changelog = "https://github.com/echoromeo/pynobo/releases/tag/v${version}";
|
||||||
license = with licenses; [ gpl3Plus ];
|
license = with licenses; [ gpl3Plus ];
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user