Forráskód Böngészése

Changed repository address.

Mihawk 10 éve
szülő
commit
307f76ec4d
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      is_cimsqwbot.sh

+ 2 - 2
is_cimsqwbot.sh

@@ -15,12 +15,12 @@ done
 
 
 if [ ! -d "libqwclient" ]; then
-	git clone https://github.com/buhnemann/libqwclient.git
+	git clone https://gitlab.netdome.biz/community-messaging-project/libqwclient.git
 	INSTALL=1
 fi
 
 if [ ! -d "cimsqwbot" ]; then
-	git clone git://b4r.org/cimsqwbot
+	git clone https://gitlab.netdome.biz/community-messaging-project/cimsqwbot.git
 	INSTALL=1
 fi