eslint_d: fix meta.homepage
This commit is contained in:
parent
4d4a531350
commit
a40dab0e65
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue