python311Packages.pyhiveapi: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-12-13 21:19:59 +01:00
parent 54491cc25b
commit aa65bb43b2

View File

@ -15,8 +15,7 @@
buildPythonPackage rec {
pname = "pyhiveapi";
version = "0.5.16";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.6";
@ -59,6 +58,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library to interface with the Hive API";
homepage = "https://github.com/Pyhass/Pyhiveapi";
changelog = "https://github.com/Pyhass/Pyhiveapi/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ dotlambda ];
};