Commit 7e1e53a1 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

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

parent 8d3d3cf0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };