Browse Source

Changed repository address.

Mihawk 10 years ago
parent
commit
307f76ec4d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      is_cimsqwbot.sh

+ 2 - 2
is_cimsqwbot.sh

@@ -15,12 +15,12 @@ done
 
 
 
 
 if [ ! -d "libqwclient" ]; then
 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
 	INSTALL=1
 fi
 fi
 
 
 if [ ! -d "cimsqwbot" ]; then
 if [ ! -d "cimsqwbot" ]; then
-	git clone git://b4r.org/cimsqwbot
+	git clone https://gitlab.netdome.biz/community-messaging-project/cimsqwbot.git
 	INSTALL=1
 	INSTALL=1
 fi
 fi