소스 검색

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