python310Packages.exchangelib: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-03-06 15:50:14 +01:00
committed by GitHub
parent ba0b8cd105
commit 45b97fbf3c
@@ -82,6 +82,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Client for Microsoft Exchange Web Services (EWS)";
homepage = "https://github.com/ecederstrand/exchangelib";
changelog = "https://github.com/ecederstrand/exchangelib/blob/v${version}/CHANGELOG.md";
license = licenses.bsd2;
maintainers = with maintainers; [ catern ];
};