python310Packages.netio: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-10 17:39:54 +01:00
parent e212230b2d
commit 7a82b1aac7

View File

@ -39,6 +39,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module for interacting with NETIO devices";
homepage = "https://github.com/netioproducts/PyNetio";
changelog = "https://github.com/netioproducts/PyNetio/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};