python310Packages.pylitterbot: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-08 23:44:00 +01:00
parent cf9ada0103
commit 2d18c6c507

View File

@ -56,6 +56,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Modulefor controlling a Litter-Robot";
homepage = "https://github.com/natekspencer/pylitterbot";
changelog = "https://github.com/natekspencer/pylitterbot/releases/tag/${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};