Browse Source

Update horse repository

Loïc Hoguin 8 years ago
parent
commit
8210fd3c19
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
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