bun: fix changelog link
This commit is contained in:
parent
2d41cc62f5
commit
6f2a7f88d4
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ stdenvNoCC.mkDerivation rec {
|
|||
};
|
||||
meta = with lib; {
|
||||
homepage = "https://bun.sh";
|
||||
changelog = "https://bun.sh/blog/bun-v${version}";
|
||||
changelog = "https://bun.sh/blog/bun-v1.0"; # 1.0 changelog does not use the full version name, please change this to ${version} in the following releases
|
||||
description = "Incredibly fast JavaScript runtime, bundler, transpiler and package manager – all in one";
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
longDescription = ''
|
||||
|
|
Loading…
Reference in a new issue