nodejs: use github release url in meta

The release file is huge, hence making it difficult to read in the
browser.
main
Mario Rodas 3 years ago
parent a1288e8628
commit 36fa146b65
  1. 2
      pkgs/development/web/nodejs/nodejs.nix

@ -139,7 +139,7 @@ in
meta = {
description = "Event-driven I/O framework for the V8 JavaScript engine";
homepage = "https://nodejs.org";
changelog = "https://github.com/nodejs/node/blob/v${version}/doc/changelogs/CHANGELOG_V${majorVersion}.md#${version}";
changelog = "https://github.com/nodejs/node/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ goibhniu gilligan cko marsam ];
platforms = platforms.linux ++ platforms.darwin;

Loading…
Cancel
Save