nodejs: add changelog

so that r-ryantm provides this link for convenience
This commit is contained in:
Ryan Burns 2021-10-12 20:30:19 -07:00
parent 7c204b7c2d
commit 4a20098f21

@ -139,6 +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}";
license = licenses.mit;
maintainers = with maintainers; [ goibhniu gilligan cko marsam ];
platforms = platforms.linux ++ platforms.darwin;