bun: fix changelog link

authored by Tiaguinho and committed by Yt 6f2a7f88 2d41cc62

+1 -1
+1 -1
pkgs/development/web/bun/default.nix
··· 66 66 }; 67 67 meta = with lib; { 68 68 homepage = "https://bun.sh"; 69 - changelog = "https://bun.sh/blog/bun-v${version}"; 69 + 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 70 70 description = "Incredibly fast JavaScript runtime, bundler, transpiler and package manager – all in one"; 71 71 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 72 72 longDescription = ''