aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-07-10 13:00:32 +0200
committerLoïc Hoguin <[email protected]>2017-07-10 13:00:32 +0200
commit8210fd3c195cc04e51a50986fceff316be05d155 (patch)
tree3efab0084b2425ef3d0acd26f9998d963a55f971 /Makefile
parent2cf430f404771255feead27873e48542829ea185 (diff)
downloadcowlib-8210fd3c195cc04e51a50986fceff316be05d155.tar.gz
cowlib-8210fd3c195cc04e51a50986fceff316be05d155.tar.bz2
cowlib-8210fd3c195cc04e51a50986fceff316be05d155.zip
Update horse repository
Diffstat (limited to 'Makefile')
-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