moved psensor to gitlab.
[www.git] / www-update.sh
index a067f27..79dd5c2 100755 (executable)
@@ -18,7 +18,7 @@ GIT_DIR=git
 
 if [ ! -d $GIT_DIR/psensor ]; then
     echo "[psensor] GIT clone"
-    git clone https://git.wpitchoune.net/psensor.git $GIT_DIR/psensor
+    git clone https://gitlab.com/jeanfi/psensor.git $GIT_DIR/psensor
 else
     echo "[psensor] GIT pull"
     git -C $GIT_DIR/psensor pull