nodejs: use github release url in meta

The release file is huge, hence making it difficult to read in the
browser.
conduit-nginx
Mario Rodas 2021-10-20 04:20:00 +00:00
parent a1288e8628
commit 36fa146b65
1 changed files with 1 additions and 1 deletions

View File

@ -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;