Merge pull request #118 from rhansen/url

This commit is contained in:
Sandro 2020-05-29 04:14:57 +02:00 committed by GitHub
commit eef57851f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,9 +4,9 @@
# DDCLIENT - a Perl client for updating DynDNS information # DDCLIENT - a Perl client for updating DynDNS information
# #
# Author: Paul Burry (paul+ddclient@burry.ca) # Author: Paul Burry (paul+ddclient@burry.ca)
# ddclient-developers: see https://sourceforge.net/project/memberlist.php?group_id=116817 # ddclient developers: see https://github.com/orgs/ddclient/people
# #
# website: http://ddclient.sf.net # website: https://ddclient.net
# #
# Support for multiple IP numbers added by # Support for multiple IP numbers added by
# Astaro AG, Ingo Schwarze <ischwarze-OOs/4mkCeqbQT0dZR+AlfA@public.gmane.org> September 16, 2008 # Astaro AG, Ingo Schwarze <ischwarze-OOs/4mkCeqbQT0dZR+AlfA@public.gmane.org> September 16, 2008
@ -795,7 +795,7 @@ my @opt = (
nic_examples(), nic_examples(),
"$program version $version, ", "$program version $version, ",
" originally written by Paul Burry, paul+ddclient\@burry.ca", " originally written by Paul Burry, paul+ddclient\@burry.ca",
" project now maintained on http://ddclient.sourceforge.net" " project now maintained on https://github.com/ddclient/ddclient"
); );
## process args ## process args