aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorTimo Beckers <timo@incline.eu>2022-01-14 14:39:00 +0100
committerTimo Beckers <timo@incline.eu>2022-01-14 14:39:00 +0100
commit1900cd5b237f0cf31d1de75eca61350ebe73ea60 (patch)
treeca623af3c2c2a67e460038d2a687a7effeed6ae9 /install.sh
parentc625f8b8a179d42ef6acd5b46de044283d0c6552 (diff)
Copyright year 2022, update repository URL
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 8adc691..a7a0e4a 100755
--- a/install.sh
+++ b/install.sh
@@ -78,7 +78,7 @@ fi
BLI_TEMP_DIR=$(mktemp -d)
-git clone -b "$VERSION" https://github.com/pavanjadhaw/betterlockscreen "$BLI_TEMP_DIR" &>/dev/null
+git clone -b "$VERSION" https://github.com/betterlockscreen/betterlockscreen "$BLI_TEMP_DIR" &>/dev/null
cd "$BLI_TEMP_DIR" || exit 1
echof info "Installing Betterlockscreen to '$BL_INSTALL_DIR'... "