bun: fix changelog link

This commit is contained in:
Tiaguinho 2023-09-08 15:56:54 +01:00 committed by Yt
parent 2d41cc62f5
commit 6f2a7f88d4

View File

@ -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 = ''