about summary refs log tree commit diff
path: root/pkgs/development/web/bun
diff options
context:
space:
mode:
authorTiaguinho <tiagodinis33@proton.me>2023-09-08 15:56:54 +0100
committerYt <happysalada@tuta.io>2023-09-08 17:30:46 +0000
commit6f2a7f88d45484d493cee4b7aa3a315efc17b1ec (patch)
tree56508cbd589848edecfa7ebc61c28e003ab66cb6 /pkgs/development/web/bun
parent2d41cc62f5734cec455a5d6d4f3c25b4034d86f7 (diff)
bun: fix changelog link
Diffstat (limited to 'pkgs/development/web/bun')
-rw-r--r--pkgs/development/web/bun/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/web/bun/default.nix b/pkgs/development/web/bun/default.nix
index ef1e19a3daf70..81ec06e2d4329 100644
--- a/pkgs/development/web/bun/default.nix
+++ b/pkgs/development/web/bun/default.nix
@@ -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 = ''