diff --git a/pkgs/development/python-modules/bump-my-version/default.nix b/pkgs/development/python-modules/bump-my-version/default.nix index 0b9908e50737..0ed171908329 100644 --- a/pkgs/development/python-modules/bump-my-version/default.nix +++ b/pkgs/development/python-modules/bump-my-version/default.nix @@ -93,7 +93,7 @@ buildPythonPackage rec { by the correct increment and optionally commit and tag the changes. ''; homepage = "https://github.com/callowayproject/bump-my-version"; - changelog = "https://github.com/callowayproject/bump-my-version/tag/${src.tag}"; + changelog = "https://github.com/callowayproject/bump-my-version/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ daspk04 ]; mainProgram = "bump-my-version";