Use current e-mail address

This commit is contained in:
Pim van Pelt
2025-07-13 23:44:57 +02:00
parent cc4d938344
commit 194ba6583a
2 changed files with 5 additions and 5 deletions

6
debian/copyright vendored
View File

@@ -1,10 +1,10 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: bitcron Upstream-Name: bitcron
Upstream-Contact: Pim van Pelt <pim@bit.nl> Upstream-Contact: Pim van Pelt <pim@ipng.ch>
Source: https://github.com/pimvanpelt/bitcron Source: https://git.ipng.ch/ipng/bitcron
Files: * Files: *
Copyright: Pim van Pelt <pim@bit.nl> Copyright: Pim van Pelt <pim@ipng.ch>
License: GPL-2+ License: GPL-2+
License: GPL-2+ License: GPL-2+

View File

@@ -263,7 +263,7 @@ bitcron_usage()
echo "" echo ""
echo "Please read the bitcron script. It has documentation at the" echo "Please read the bitcron script. It has documentation at the"
echo "top of the file. Look in $0 for more details." echo "top of the file. Look in $0 for more details."
echo "-- Author: Pim van Pelt <pim@bit.nl>" echo "-- Author: Pim van Pelt <pim@ipng.ch>"
} }
# Here goes! # Here goes!