just: fix changelog
This commit is contained in:
parent
bc088d1ccc
commit
2eacddcae9
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ rustPlatform.buildRustPackage rec {
|
|||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/casey/just";
|
||||
changelog = "https://github.com/casey/just/blob/v${version}/CHANGELOG.md";
|
||||
changelog = "https://github.com/casey/just/blob/${version}/CHANGELOG.md";
|
||||
description = "A handy way to save and run project-specific commands";
|
||||
license = licenses.cc0;
|
||||
maintainers = with maintainers; [ xrelkd jk ];
|
||||
|
|
Loading…
Reference in a new issue