From dcd3e15334a566dfc4cbfc7e09f6bbca9e76bcf6 Mon Sep 17 00:00:00 2001 From: Joe Griffith Date: Sun, 10 Nov 2019 15:22:06 -0600 Subject: [PATCH] Updated github url --- installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.py b/installer.py index 1ddcc9e..707df78 100644 --- a/installer.py +++ b/installer.py @@ -18,7 +18,7 @@ def main(): if os.name != "nt": if os.getuid() == 0: - os.system("git clone http://github.com/joshDelta/secHub.git /usr/share/sechub") + os.system("git clone https://github.com/cys3c/secHub.git /usr/share/sechub") for i in ["termcolor", "datetime"]: pip.main(["install", i])