소스 검색

Use the Git protocol for PropEr

I've had reports that HTTPS seems to fail a bit more often than the Git
URLs. I've seen this before as well so I've gone ahead and switched
protocols for the clone.
pull/30/head
Paul J. Davis 12 년 전
committed by Dave Cottlehuber
부모
커밋
8857921a2a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      rebar.config

+ 1
- 1
rebar.config 파일 보기

@ -1,5 +1,5 @@
{deps, [
{proper, ".*", {git, "https://github.com/manopapad/proper.git", "master"}}
{proper, ".*", {git, "git://github.com/manopapad/proper.git", "master"}}
]}.
{port_specs, [{"priv/jiffy.so", ["c_src/*.c"]}]}.

불러오는 중...
취소
저장