From b9221322c67300747591c78f28f6ba308d42e32f Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Wed, 3 Sep 2014 07:55:12 +0200 Subject: [PATCH] nsupdate.info: Fix website URL. --- src/ddns/providers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ddns/providers.py b/src/ddns/providers.py index 2309257..6e60f97 100644 --- a/src/ddns/providers.py +++ b/src/ddns/providers.py @@ -797,11 +797,11 @@ class DDNSProviderNOIP(DDNSProtocolDynDNS2, DDNSProvider): class DDNSProviderNsupdateINFO(DDNSProtocolDynDNS2, DDNSProvider): handle = "nsupdate.info" name = "nsupdate.info" - website = "http://www.nsupdate.info/" + website = "http://nsupdate.info/" protocols = ("ipv6", "ipv4",) # Information about the format of the HTTP request can be found - # after login on the provider user intrface and here: + # after login on the provider user interface and here: # http://nsupdateinfo.readthedocs.org/en/latest/user.html # Nsupdate.info uses the hostname as user part for the HTTP basic auth, -- 2.39.2