summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBasti <mail@sebastian-sellmeier.de>2022-02-22 15:39:29 +0100
committerGitHub <noreply@github.com>2022-02-22 15:39:29 +0100
commit273078050f73d5effb6a781842d50a2bc94a5572 (patch)
treeca623af3c2c2a67e460038d2a687a7effeed6ae9
parentc625f8b8a179d42ef6acd5b46de044283d0c6552 (diff)
parent1900cd5b237f0cf31d1de75eca61350ebe73ea60 (diff)
Merge pull request #319 from ti-mo/copyright-year
Copyright year 2022, update repository URL
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--LICENSE2
-rwxr-xr-xbetterlockscreen5
-rwxr-xr-xinstall.sh2
4 files changed, 5 insertions, 6 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0907149..9d3f4ed 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -2,7 +2,7 @@
Thanks to all the amazing people for all your wonderful PRs, issues and ideas, all contributions are welcome!
-We are using [next](https://github.com/pavanjadhaw/betterlockscreen/tree/next) as our development-branch and master for the latest stable release. Please provide your pull-requests based on our next-branch.
+We are using [next](https://github.com/betterlockscreen/betterlockscreen/tree/next) as our development-branch and master for the latest stable release. Please provide your pull-requests based on our next-branch.
For Nix-Users: We provide a nix-shell for development :-)
diff --git a/LICENSE b/LICENSE
index 1249907..a16fdf3 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2017-2021 Pavan Jadhaw, and others (https://github.com/pavanjadhaw/betterlockscreen/graphs/contributors)
+Copyright (c) 2017-2022 Pavan Jadhaw, and others (https://github.com/betterlockscreen/betterlockscreen/graphs/contributors)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
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
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'... "