Unverified Commit a40dab0e authored by Janik H.'s avatar Janik H.
Browse files

eslint_d: fix meta.homepage

parent 4d4a5313
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ buildNpmPackage rec {

  meta = with lib; {
    description = "Makes eslint the fastest linter on the planet";
    homepage = "github.com/mantoni/eslint_d.js";
    homepage = "https://github.com/mantoni/eslint_d.js";
    license = licenses.mit;
    maintainers = [ maintainers.ehllie ];
    mainProgram = "eslint_d";