about summary refs log tree commit diff
path: root/pkgs/by-name/sh/sherlock/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/sh/sherlock/package.nix')
-rw-r--r--pkgs/by-name/sh/sherlock/package.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/by-name/sh/sherlock/package.nix b/pkgs/by-name/sh/sherlock/package.nix
index 9d96cc3da382..84f9fe58d35e 100644
--- a/pkgs/by-name/sh/sherlock/package.nix
+++ b/pkgs/by-name/sh/sherlock/package.nix
@@ -64,7 +64,6 @@ python3.pkgs.buildPythonApplication rec {
     jsonschema
     openpyxl
     stem
-    pythonRelaxDepsHook
   ];
 
   pythonRelaxDeps = [ "stem" ];
@@ -75,7 +74,7 @@ python3.pkgs.buildPythonApplication rec {
   ];
 
   meta = {
-    homepage = "https://sherlock-project.github.io/";
+    homepage = "https://sherlockproject.xyz/";
     description = "Hunt down social media accounts by username across social networks";
     license = lib.licenses.mit;
     mainProgram = "sherlock";