update git URLs (git -> https; gitea)

Change-Id: Iaab27a8e258a29a0bb51ee8d9f5faeb2c025f139
diff --git a/configure.ac b/configure.ac
index d1c14a0..fa3205d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -107,7 +107,7 @@
 	AM_PATH_PYTHON
 	AC_CHECK_PROG(OSMOTESTEXT_CHECK,osmotestvty.py,yes)
 	 if test "x$OSMOTESTEXT_CHECK" != "xyes" ; then
-		AC_MSG_ERROR([Please install git://osmocom.org/python/osmo-python-tests to run the VTY/CTRL tests.])
+		AC_MSG_ERROR([Please install https://gitea.osmocom.org/cellular-infrastructure/osmo-python-tests to run the VTY/CTRL tests.])
 	fi
 fi
 AC_MSG_CHECKING([whether to enable VTY/CTRL tests])