python310Packages.pyoctoprintapi: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-12-01 18:50:30 +01:00
committed by GitHub
parent 094532b619
commit abc0cf6076
@@ -41,6 +41,7 @@ buildPythonPackage {
meta = with lib; {
description = "Simple async wrapper around the Octoprint API";
homepage = "https://github.com/rfleming71/pyoctoprintapi";
changelog = "https://github.com/rfleming71/pyoctoprintapi/releases/tag/v${version}";
license = licenses.mit;
maintainers= with maintainers; [ hexa ];
};