update git URLs (git -> https; gitea)

Change-Id: Idfdfad0c32ae25311a0fc050e38429e001d0c5b7
This commit is contained in:
Harald Welte 2022-06-18 13:59:31 +02:00
parent 095b360bc8
commit 58f7758379
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ handling, timers - as well as some more specifically GSM related things
like a TLV parser, a Comp128V1 implementation and utility functions for
RSL (TS 08.58) and CC/MM/RR (TS 04.08).
libosmocore is maintained in git://git.osmocom.org/libosmocore.git, so
libosmocore is maintained in https://gitea.osmocom.org/osmocom/libosmocore, so
DO NOT DIRECTLY COMMIT TO libosmocore IN THIS REPOSITORY!

View File

@ -1,3 +1,3 @@
#!/bin/sh
(cd ../.. && git subtree pull --prefix=src/shared/libosmocore git://git.osmocom.org/libosmocore.git master)
(cd ../.. && git subtree pull --prefix=src/shared/libosmocore https://gitea.osmocom.org/osmocom/libosmocore master)