diff --git a/rebar.config b/rebar.config index 08863d2..57dc49a 100644 --- a/rebar.config +++ b/rebar.config @@ -3,7 +3,7 @@ %% Dependencies ================================================================ {deps, [{neotoma, "", {git, "https://github.com/seancribbs/neotoma.git", {branch, master}}}, - {proper, "", {git, "https://github.com/manopapad/proper.git", {branch, master}}}, + {proper, "", {git, "https://github.com/bkearns/proper.git", {branch, master}}}, {rebar_vsn_plugin, ".*", {git, "https://github.com/erlware/rebar_vsn_plugin.git", {branch, "master"}}}]}.