Merge pull request #118 from rhansen/url
This commit is contained in:
commit
eef57851f9
1 changed files with 3 additions and 3 deletions
6
ddclient
6
ddclient
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue