summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJanik H. <janik@aq0.de>2023-11-03 18:27:15 +0100
committerJanik H. <janik@aq0.de>2023-11-03 18:27:15 +0100
commita40dab0e6556b225dbe03f65f96a02e1062e5f8a (patch)
treeacc6eee886f8423933e42966051d8cd3276ba5db /pkgs
parent4d4a531350f3d41fc9065a14ff5bf3a1c41d1a83 (diff)
eslint_d: fix meta.homepage
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/eslint_d/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/eslint_d/default.nix b/pkgs/development/tools/eslint_d/default.nix
index a49dbfdefc7ad..e7e01bf8b5aeb 100644
--- a/pkgs/development/tools/eslint_d/default.nix
+++ b/pkgs/development/tools/eslint_d/default.nix
@@ -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";