aboutsummaryrefslogtreecommitdiff
path: root/betterlockscreen
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 /betterlockscreen
parentc625f8b8a179d42ef6acd5b46de044283d0c6552 (diff)
Copyright year 2022, update repository URL
Diffstat (limited to 'betterlockscreen')
-rwxr-xr-xbetterlockscreen5
1 files changed, 2 insertions, 3 deletions
diff --git a/betterlockscreen b/betterlockscreen
index ffa9dfe..723c3e9 100755
--- a/betterlockscreen
+++ b/betterlockscreen
@@ -1,8 +1,7 @@
#!/usr/bin/env bash
-# Author : Copyright (c) 2017-2021 Pavan Jadhaw, and others (https://github.com/pavanjadhaw/betterlockscreen/graphs/contributors)
-# Github Profile : https://github.com/pavanjadhaw
-# Project Repository : https://github.com/pavanjadhaw/betterlockscreen
+# Author : Copyright (c) 2017-2022 Pavan Jadhaw, and others (https://github.com/betterlockscreen/betterlockscreen/graphs/contributors)
+# Project Repository : https://github.com/betterlockscreen/betterlockscreen
cmd_exists () {
command -v "$1" >/dev/null