Unverified Commit 87d88b3e authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

nh-unwrapped: fix changelog link (#500119)

parents 1a882956 d15651d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;