python3Packages.bump-my-version: fix meta.changelog

This commit is contained in:
natsukium
2025-06-14 21:52:34 +09:00
parent c4d590ac2e
commit 6e47bc4f5a
@@ -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";