ソースを参照

Changed repository address.

Mihawk 10 年 前
コミット
307f76ec4d
1 ファイル変更2 行追加2 行削除
  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