aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ba2ecd3..5bb4019 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ CI_ERLLVM ?= $(CI_HIPE)
TEST_ERLC_OPTS += +'{parse_transform, eunit_autoexport}' +'{parse_transform, horse_autoexport}'
TEST_DEPS = horse proper
-dep_horse = git https://github.com/extend/horse master
+dep_horse = git https://github.com/ninenines/horse.git master
include erlang.mk