diff --git a/pkgs/development/python-modules/meraki/default.nix b/pkgs/development/python-modules/meraki/default.nix index 530cca4d6d5e..392684539cc8 100644 --- a/pkgs/development/python-modules/meraki/default.nix +++ b/pkgs/development/python-modules/meraki/default.nix @@ -27,6 +27,7 @@ buildPythonPackage rec { meta = with lib; { description = "Provides all current Meraki dashboard API calls to interface with the Cisco Meraki cloud-managed platform"; homepage = "https://github.com/meraki/dashboard-api-python"; + changelog = "https://github.com/meraki/dashboard-api-python/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ dylanmtaylor ]; };