bun: use blog for changelog

This commit is contained in:
Colton Donnelly
2023-07-21 21:02:21 -04:00
parent 2746e75e64
commit 7cecff4e80
+1 -2
View File
@@ -1,6 +1,5 @@
{ lib
, stdenvNoCC
, callPackage
, fetchurl
, autoPatchelfHook
, unzip
@@ -64,7 +63,7 @@ stdenvNoCC.mkDerivation rec {
};
meta = with lib; {
homepage = "https://bun.sh";
changelog = "https://github.com/Jarred-Sumner/bun/releases/tag/bun-v${version}";
changelog = "https://bun.sh/blog/bun-v${version}";
description = "Incredibly fast JavaScript runtime, bundler, transpiler and package manager all in one";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
longDescription = ''