Sfoglia il codice sorgente

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/merge
Paul J. Davis 12 anni fa
parent
commit
33b925f78d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      rebar.config

+ 1
- 1
rebar.config Vedi File

@ -1,5 +1,5 @@
{deps, [ {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"]}]}. {port_specs, [{"priv/jiffy.so", ["c_src/*.c"]}]}.

Caricamento…
Annulla
Salva