From ae8141178e1e39a0cd28324930a763a52e03e4d7 Mon Sep 17 00:00:00 2001 From: Pankaj Soni Date: Wed, 10 Jun 2020 21:47:07 +0530 Subject: [PATCH] rename repo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a6f56f0..0582278 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ DEPS = lager jsx google_oauth dep_lager = git https://github.com/erlang-lager/lager 3.8.0 dep_jsx = git https://github.com/talentdeficit/jsx.git v2.10.0 -dep_google_oauth = git https://github.com/pankajsoni19/gauth-erlang.git 1.0.0 +dep_google_oauth = git https://github.com/pankajsoni19/google_oauth_erlang.git 1.0.0 include erlang.mk