diff --git a/pkgs/development/python-modules/surepy/default.nix b/pkgs/development/python-modules/surepy/default.nix index 154e80a938fd..2f09280b27b0 100644 --- a/pkgs/development/python-modules/surepy/default.nix +++ b/pkgs/development/python-modules/surepy/default.nix @@ -61,7 +61,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python library to interact with the Sure Petcare API"; homepage = "https://github.com/benleb/surepy"; - changelog = "https://github.com/benleb/surepy/releases/tag/v${src.tag}"; + changelog = "https://github.com/benleb/surepy/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; mainProgram = "surepy";