From 9463b719e4f138c255f727089cc50f3a5294ba66 Mon Sep 17 00:00:00 2001 From: th33xitus Date: Fri, 24 Sep 2021 08:31:11 +0200 Subject: [PATCH] script: update klipper github repository URL --- README.md | 2 +- kiauh.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11a6052..352ce27 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ For more information or instructions to the various components KIAUH can install ### **⛵Klipper** by [KevinOConnor](https://github.com/KevinOConnor) : -https://github.com/KevinOConnor/klipper +https://github.com/Klipper3d/klipper --- diff --git a/kiauh.sh b/kiauh.sh index 157e83a..5563d82 100755 --- a/kiauh.sh +++ b/kiauh.sh @@ -43,7 +43,7 @@ INI_FILE=${HOME}/.kiauh.ini BACKUP_DIR=${HOME}/kiauh-backups ### set github repos -KLIPPER_REPO=https://github.com/KevinOConnor/klipper.git +KLIPPER_REPO=https://github.com/Klipper3d/klipper.git ARKSINE_REPO=https://github.com/Arksine/klipper.git DMBUTYUGIN_REPO=https://github.com/dmbutyugin/klipper.git DWC2FK_REPO=https://github.com/Stephan3/dwc2-for-klipper-socket.git