summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-11-03 18:50:47 +0100
committerGitHub <noreply@github.com>2023-11-03 18:50:47 +0100
commit275ec9436ab6ca6b6d3c4f6424fc8f75f23db7f0 (patch)
tree673e1a2015db03202b9a739bb612805f945345e8 /pkgs
parent914f5b06687fc2527b0d427aa34a689c80641f00 (diff)
parenta40dab0e6556b225dbe03f65f96a02e1062e5f8a (diff)
Merge pull request #265280 from Janik-Haag/eslint_d
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";