From 8b3ab69e66dde579c2ac1537a633f0d401e59147 Mon Sep 17 00:00:00 2001 From: Ostap Brehin Date: Mon, 22 Jul 2024 23:40:02 +0100 Subject: [PATCH] Remove deprecated `git://` protocol usage --- README.md | 2 +- rebar.config | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bd0496b..e55e840 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Usage On Mac/Linux/Windows just include into your rebar.config: - {active, ".*", {git, "git://github.com/synrc/active", {tag,"1.9"}}} + {active, ".*", {git, "https://github.com/synrc/active.git", {tag,"1.9"}}} NOTE: on Linux please install inotify-tools. diff --git a/rebar.config b/rebar.config index 016caf7..96f1b1c 100644 --- a/rebar.config +++ b/rebar.config @@ -1,3 +1,3 @@ {erl_opts,[nowarn_deprecated_function]}. -{deps, [{mad, ".*", {git, "git://github.com/synrc/mad", {tag,"master"}}}, - {fs, ".*", {git, "git://github.com/synrc/fs", {tag,"master"}}}]}. +{deps, [{mad, ".*", {git, "https://github.com/synrc/mad.git", {tag,"master"}}}, + {fs, ".*", {git, "https://github.com/synrc/fs.git", {tag,"master"}}}]}.