mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-05 09:58:50 +03:00
bun: fix changelog link
This commit is contained in:
parent
2d41cc62f5
commit
6f2a7f88d4
@ -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 New Issue
Block a user