python3Packages.bump-my-version: fix meta.changelog
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user