python310Packages.pynobo: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-17 00:30:15 +01:00 committed by GitHub
parent c857a1c323
commit 705658bf99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python TCP/IP interface for Nobo Hub/Nobo Energy Control devices";
homepage = "https://github.com/echoromeo/pynobo";
changelog = "https://github.com/echoromeo/pynobo/releases/tag/v${version}";
license = with licenses; [ gpl3Plus ];
maintainers = with maintainers; [ fab ];
};