python310Oackages.aioridwell: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-09 10:31:02 +01:00
parent 58b28fcb9a
commit 93beab46a4

View file

@ -66,6 +66,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library for interacting with Ridwell waste recycling";
homepage = "https://github.com/bachya/aioridwell";
changelog = "https://github.com/bachya/aioridwell/releases/tag/${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};