nh-unwrapped: fix changelog link
Co-authored-by: Michael Daniels <mdaniels5757@gmail.com>
This commit is contained in:
co-authored by
Michael Daniels
parent
77e9bfc8d1
commit
d15651d22b
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user