eslint: set meta.changelog
This commit is contained in:
@@ -35,6 +35,7 @@ buildNpmPackage rec {
|
||||
};
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/eslint/eslint/blob/${src.tag}/CHANGELOG.md";
|
||||
description = "Find and fix problems in your JavaScript code";
|
||||
homepage = "https://eslint.org";
|
||||
license = lib.licenses.mit;
|
||||
|
||||
Reference in New Issue
Block a user