python310Packages.caldav: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-02-27 00:36:47 +01:00
committed by GitHub
parent 2d6461ed31
commit 58d79831bf
@@ -52,6 +52,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "CalDAV (RFC4791) client library";
homepage = "https://github.com/python-caldav/caldav";
changelog = "https://github.com/python-caldav/caldav/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ marenz dotlambda ];
};