Loading pkgs/by-name/sh/sherlock/package.nix +3 −4 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ fetchFromGitHub, makeWrapper, python3, unstableGitUpdater, poetry, }: Loading Loading @@ -75,11 +74,11 @@ python3.pkgs.buildPythonApplication rec { "'not online'" ]; meta = with lib; { meta = { homepage = "https://sherlock-project.github.io/"; description = "Hunt down social media accounts by username across social networks"; license = licenses.mit; license = lib.licenses.mit; mainProgram = "sherlock"; maintainers = with maintainers; [ applePrincess ]; maintainers = with lib.maintainers; [ applePrincess ]; }; } Loading
pkgs/by-name/sh/sherlock/package.nix +3 −4 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ fetchFromGitHub, makeWrapper, python3, unstableGitUpdater, poetry, }: Loading Loading @@ -75,11 +74,11 @@ python3.pkgs.buildPythonApplication rec { "'not online'" ]; meta = with lib; { meta = { homepage = "https://sherlock-project.github.io/"; description = "Hunt down social media accounts by username across social networks"; license = licenses.mit; license = lib.licenses.mit; mainProgram = "sherlock"; maintainers = with maintainers; [ applePrincess ]; maintainers = with lib.maintainers; [ applePrincess ]; }; }