laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-bsc-nat/+/34981?usp=email )
Change subject: the git:// protocol is deprecated for a long time; use https:// instead
......................................................................
the git:// protocol is deprecated for a long time; use https:// instead
Change-Id: Ic31d381b25d31f6ab5ce609a544321bc74008902
---
M README.md
M debian/control
M debian/copyright
3 files changed, 14 insertions(+), 5 deletions(-)
Approvals:
laforge: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/README.md b/README.md
index 7c66e35..84fdbc1 100644
--- a/README.md
+++ b/README.md
@@ -15,9 +15,9 @@
You can clone from the official osmo-bsc-nat.git repository using
- git clone
git://git.osmocom.org/osmo-bsc-nat.git
+ git clone
https://gitea.osmocom.org/cellular-infrastructure/osmo-bsc-nat
-There is a cgit interface at
https://git.osmocom.org/osmo-bsc-nat/
+There is a gitea web interface for browsing at
<https://gitea.osmocom.org/cellular-infrastructure/osmo-bsc-nat>
Documentation
-------------
diff --git a/debian/control b/debian/control
index 0b093d0..bf7eb60 100644
--- a/debian/control
+++ b/debian/control
@@ -18,8 +18,8 @@
libosmo-mgcp-client-dev (>= 1.9.0),
osmo-gsm-manuals-dev (>= 1.2.0)
Standards-Version: 3.9.8
-Vcs-Git:
git://git.osmocom.org/osmo-bsc-nat.git
-Vcs-Browser:
https://git.osmocom.org/osmo-bsc-nat/
+Vcs-Git:
https://gitea.osmocom.org/cellular-infrastructure/osmo-bsc-nat
+Vcs-Browser:
https://gitea.osmocom.org/cellular-infrastructure/osmo-bsc-nat
Homepage:
https://projects.osmocom.org/projects/osmo-bsc-nat
Package: osmo-bsc-nat
diff --git a/debian/copyright b/debian/copyright
index c8d37a5..f543482 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
Format:
http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: osmo-bsc-nat
-Source:
git://git.osmocom.org/osmo-bsc-nat
+Source:
https://gitea.osmocom.org/cellular-infrastructure/osmo-bsc-nat
Files: *
Copyright: 2021 sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de>
--
To view, visit
https://gerrit.osmocom.org/c/osmo-bsc-nat/+/34981?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc-nat
Gerrit-Branch: master
Gerrit-Change-Id: Ic31d381b25d31f6ab5ce609a544321bc74008902
Gerrit-Change-Number: 34981
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: merged