python311Packages.pyobihai: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-06-10 21:46:16 +02:00
parent f1e6978943
commit 06f86c8578

View File

@ -34,6 +34,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python package to interact with Obihai devices";
homepage = "https://github.com/dshokouhi/pyobihai";
changelog = "https://github.com/ejpenney/pyobihai/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};