From 081514a48428af12eeb3826487f1d093097c0049 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Sun, 2 Feb 2020 16:59:51 -0500 Subject: [PATCH] Update autobuild url in pipfile --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 03b834648d..81e20cec2d 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ name = "pypi" [packages] llbase = "*" certifi = "*" -autobuild = {hg = "https://bitbucket.org/alchemyviewer/autobuild-1.1"} +autobuild = {git = "https://git.alchemyviewer.org/alchemy/autobuild.git"} [requires] python_version = "2.7" -- GitLab