python310Packages.rzpipe: adjust changelog entry
This commit is contained in:
parent
525544aa44
commit
8af49f9fbd
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Python interface for rizin";
|
||||
homepage = "https://rizin.re";
|
||||
changelog = "https://github.com/rizinorg/rizin/releases/tag/v0.6.0";
|
||||
changelog = "https://github.com/rizinorg/rizin/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue