mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
python310Packages.rzpipe: adjust changelog entry
This commit is contained in:
parent
525544aa44
commit
8af49f9fbd
@ -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 New Issue
Block a user