nodejs: add changelog
so that r-ryantm provides this link for convenience
This commit is contained in:
parent
7c204b7c2d
commit
4a20098f21
@ -139,6 +139,7 @@ in
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Event-driven I/O framework for the V8 JavaScript engine";
|
description = "Event-driven I/O framework for the V8 JavaScript engine";
|
||||||
homepage = "https://nodejs.org";
|
homepage = "https://nodejs.org";
|
||||||
|
changelog = "https://github.com/nodejs/node/blob/v${version}/doc/changelogs/CHANGELOG_V${majorVersion}.md#${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ goibhniu gilligan cko marsam ];
|
maintainers = with maintainers; [ goibhniu gilligan cko marsam ];
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
|
Loading…
Reference in New Issue
Block a user