Ver Fonte

[elli] Fix build (#7334)

Joan Miquel há 3 anos atrás
pai
commit
0f6e8bfd2b

+ 1 - 1
frameworks/Erlang/elli/benchmark_config.json

@@ -9,7 +9,7 @@
       "approach": "Stripped",
       "classification": "Platform",
       "database": "MySQL",
-      "framework": "None",
+      "framework": "elli",
       "language": "Erlang",
       "flavor": "None",
       "orm": "Raw",

+ 1 - 1
frameworks/Erlang/elli/rebar.config

@@ -2,5 +2,5 @@
  [
   {jiffy, ".*", {git, "https://github.com/davisp/jiffy.git", {tag, "0.15.0"}}},
   {emysql, ".*", {git, "https://github.com/deadtrickster/Emysql.git", "52b802098322aad372198b9f5fa9ae9a4c758ad1"}},
-  {elli, "", {git, "git://github.com/knutin/elli.git", {tag, "v1.0.5"}}}
+  {elli, "", {git, "https://github.com/knutin/elli.git", {tag, "v1.0.5"}}}
  ]}.