eslint_d: fix meta.homepage

This commit is contained in:
Janik H. 2023-11-03 18:27:15 +01:00
parent 4d4a531350
commit a40dab0e65
No known key found for this signature in database

View file

@ -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";