From 2eacddcae98220684761201e7151e794918f0df0 Mon Sep 17 00:00:00 2001 From: 06kellyjac Date: Sat, 26 Jun 2021 21:54:10 +0100 Subject: [PATCH] just: fix changelog --- pkgs/development/tools/just/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/just/default.nix b/pkgs/development/tools/just/default.nix index e1ae8a5a0e7c..c4091fd24483 100644 --- a/pkgs/development/tools/just/default.nix +++ b/pkgs/development/tools/just/default.nix @@ -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 ];