mirror of
https://git.adityakumar.xyz/betterlockscreen-openrc.git
synced 2024-11-09 10:39:45 +00:00
Merge pull request #319 from ti-mo/copyright-year
Copyright year 2022, update repository URL
This commit is contained in:
commit
273078050f
4 changed files with 5 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Thanks to all the amazing people for all your wonderful PRs, issues and ideas, all contributions are welcome!
|
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 :-)
|
For Nix-Users: We provide a nix-shell for development :-)
|
||||||
|
|
||||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
MIT License
|
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:
|
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:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Author : Copyright (c) 2017-2021 Pavan Jadhaw, and others (https://github.com/pavanjadhaw/betterlockscreen/graphs/contributors)
|
# Author : Copyright (c) 2017-2022 Pavan Jadhaw, and others (https://github.com/betterlockscreen/betterlockscreen/graphs/contributors)
|
||||||
# Github Profile : https://github.com/pavanjadhaw
|
# Project Repository : https://github.com/betterlockscreen/betterlockscreen
|
||||||
# Project Repository : https://github.com/pavanjadhaw/betterlockscreen
|
|
||||||
|
|
||||||
cmd_exists () {
|
cmd_exists () {
|
||||||
command -v "$1" >/dev/null
|
command -v "$1" >/dev/null
|
||||||
|
|
|
@ -78,7 +78,7 @@ fi
|
||||||
|
|
||||||
BLI_TEMP_DIR=$(mktemp -d)
|
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
|
cd "$BLI_TEMP_DIR" || exit 1
|
||||||
|
|
||||||
echof info "Installing Betterlockscreen to '$BL_INSTALL_DIR'... "
|
echof info "Installing Betterlockscreen to '$BL_INSTALL_DIR'... "
|
||||||
|
|
Loading…
Reference in a new issue