Unverified Commit c485dd8a authored by Michael Daniels's avatar Michael Daniels
Browse files

eslint: set meta.changelog

parent 01687114
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;