rebar.config: Switch from git://git.osmocom.org to https://gitea

The old git URLs are still kept for compatibility, but we should
use the official git repository (now in gitea).

Change-Id: If9b70c42753e17f957241fe9be514163aee9e22d
This commit is contained in:
Harald Welte 2022-07-11 18:18:10 +02:00
parent f24be49fc4
commit f1ba878b15
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
{deps, [ {deps, [
{setup, "2.0.2"}, {setup, "2.0.2"},
{lager, {git, "https://github.com/erlang-lager/lager", {tag, "3.9.1"}}}, {lager, {git, "https://github.com/erlang-lager/lager", {tag, "3.9.1"}}},
{osmo_ss7, {git, "git://git.osmocom.org/erlang/osmo_ss7", {branch, "master"}}}, {osmo_ss7, {git, "https://gitea.osmocom.org/erlang/osmo_ss7", {branch, "master"}}},
{osmo_gsup, {git, "git://git.osmocom.org/erlang/osmo_gsup", {branch, "master"}}} {osmo_gsup, {git, "https://gitea.osmocom.org/erlang/osmo_gsup", {branch, "master"}}}
]}. ]}.
{minimum_otp_vsn, "20.3"}. {minimum_otp_vsn, "20.3"}.