python310Packages.pybalboa: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-30 12:29:05 +01:00 committed by Martin Weinelt
parent 5f8f6e7d98
commit 36a48532ea

View File

@ -33,6 +33,7 @@ buildPythonPackage rec {
meta = with lib; {
description = " Python module to interface with a Balboa Spa";
homepage = "https://github.com/garbled1/pybalboa";
changelog = "https://github.com/garbled1/pybalboa/releases/tag/${version}";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};