eslint: set meta.changelog

This commit is contained in:
Michael Daniels
2026-03-07 13:21:27 -05:00
parent 0168711401
commit c485dd8ae3
+1
View File
@@ -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;