diff --git a/debian/copyright b/debian/copyright index 612ee92..b8aeee8 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,10 +1,10 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: bitcron -Upstream-Contact: Pim van Pelt -Source: https://github.com/pimvanpelt/bitcron +Upstream-Contact: Pim van Pelt +Source: https://git.ipng.ch/ipng/bitcron Files: * -Copyright: Pim van Pelt +Copyright: Pim van Pelt License: GPL-2+ License: GPL-2+ @@ -22,4 +22,4 @@ License: GPL-2+ along with this program. If not, see . On Debian systems, the complete text of the GNU General - Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". \ No newline at end of file + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". diff --git a/src/bitcron b/src/bitcron index 6bca3e7..5dd86ff 100755 --- a/src/bitcron +++ b/src/bitcron @@ -263,7 +263,7 @@ bitcron_usage() echo "" echo "Please read the bitcron script. It has documentation at the" echo "top of the file. Look in $0 for more details." - echo "-- Author: Pim van Pelt " + echo "-- Author: Pim van Pelt " } # Here goes!