python310Packages.notifications-python-client: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-02-25 17:59:02 +01:00
parent 8d3d3cf096
commit 7e1e53a1db
@@ -52,6 +52,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python client for the GOV.UK Notify API";
homepage = "https://github.com/alphagov/notifications-python-client";
changelog = "https://github.com/alphagov/notifications-python-client/blob/${version}/CHANGELOG.md";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};