python310Packages.aiortm: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-01-02 11:07:05 +01:00
parent 81985cf4b0
commit 3224a38912
@@ -1,4 +1,4 @@
{ lib
<{ lib
, aiohttp
, buildPythonPackage
, click
@@ -49,6 +49,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library for the Remember the Milk API";
homepage = "https://github.com/MartinHjelmare/aiortm";
changelog = "https://github.com/MartinHjelmare/aiortm/blob/v${version}/CHANGELOG.md";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
};