nh-unwrapped: fix changelog link

Co-authored-by: Michael Daniels <mdaniels5757@gmail.com>
This commit is contained in:
Caleb Norton
2026-03-15 13:17:29 -04:00
committed by Michael Daniels
co-authored by Michael Daniels
parent 77e9bfc8d1
commit d15651d22b
+1 -1
View File
@@ -100,7 +100,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
env.NH_REV = finalAttrs.src.tag;
meta = {
changelog = "https://github.com/nix-community/nh/blob/${finalAttrs.version}/CHANGELOG.md";
changelog = "https://github.com/nix-community/nh/blob/${finalAttrs.src.tag}/CHANGELOG.md";
description = "Yet another nix cli helper";
homepage = "https://github.com/nix-community/nh";
license = lib.licenses.eupl12;