From 55d7a16985a7cb6689dee2022a795bb7f282ab78 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Mon, 25 May 2020 12:27:52 -0400 Subject: [PATCH 1/2] Update ddclient home page URL --- ddclient | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ddclient b/ddclient index 5468781..34f8851 100755 --- a/ddclient +++ b/ddclient @@ -4,9 +4,9 @@ # DDCLIENT - a Perl client for updating DynDNS information # # 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 # Astaro AG, Ingo Schwarze September 16, 2008 @@ -795,7 +795,7 @@ my @opt = ( nic_examples(), "$program version $version, ", " originally written by Paul Burry, paul+ddclient\@burry.ca", - " project now maintained on http://ddclient.sourceforge.net" + " project now maintained on https://ddclient.net" ); ## process args From 4e8ec26c5b562d0d16a1a4a0c759bcd3cceb55a7 Mon Sep 17 00:00:00 2001 From: Sandro Date: Fri, 29 May 2020 04:14:39 +0200 Subject: [PATCH 2/2] Change link to github page --- ddclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddclient b/ddclient index 34f8851..77bc300 100755 --- a/ddclient +++ b/ddclient @@ -795,7 +795,7 @@ my @opt = ( nic_examples(), "$program version $version, ", " originally written by Paul Burry, paul+ddclient\@burry.ca", - " project now maintained on https://ddclient.net" + " project now maintained on https://github.com/ddclient/ddclient" ); ## process args