Browse Source

[mochiweb] Fix build (#7335)

Joan Miquel 3 years ago
parent
commit
4752aca281

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

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

+ 4 - 4
frameworks/Erlang/mochiweb/rebar.config

@@ -1,9 +1,9 @@
 %% -*- erlang -*-
 %% -*- erlang -*-
 {deps, [
 {deps, [
-  {mochiweb, "2.9.0", {git, "git://github.com/mochi/mochiweb.git", {tag, "v2.9.0"}}},
-  {jsonx, ".*", {git, "git://github.com/iskra/jsonx.git", "9c95948c6835827ed61a9506ae4a9aba61acf335"}},
-  {emysql, ".*", {git, "git://github.com/deadtrickster/Emysql.git"}},
-  {erlydtl, "0.11.1", {git, "git://github.com/erlydtl/erlydtl.git", {tag, "0.11.1"}}}
+  {mochiweb, "2.9.0", {git, "https://github.com/mochi/mochiweb.git", {tag, "v2.9.0"}}},
+  {jsonx, ".*", {git, "https://github.com/iskra/jsonx.git", "9c95948c6835827ed61a9506ae4a9aba61acf335"}},
+  {emysql, ".*", {git, "https://github.com/deadtrickster/Emysql.git"}},
+  {erlydtl, "0.11.1", {git, "https://github.com/erlydtl/erlydtl.git", {tag, "0.11.1"}}}
 ]}.
 ]}.
 {erlydtl_opts, [
 {erlydtl_opts, [
     {doc_root,   "priv/templates"},
     {doc_root,   "priv/templates"},