From 2aa6adfd46346abac343054ba9c3a2d5326e315d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Liru=20F=C3=A6rs?= Date: Tue, 25 Feb 2020 08:04:31 -0500 Subject: [PATCH] Pip, Squeak. --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 03b834648..81e20cec2 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"