From fb115fdcc7c9b0aac71d5e1d83260743bf29c72b Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 22 Jun 2014 23:01:59 +0000 Subject: [PATCH] Lightning Wire Labs: Fix product name. --- src/ddns/providers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ddns/providers.py b/src/ddns/providers.py index 3d2d0c2..383d799 100644 --- a/src/ddns/providers.py +++ b/src/ddns/providers.py @@ -430,7 +430,7 @@ class DDNSProviderFreeDNSAfraidOrg(DDNSProvider): class DDNSProviderLightningWireLabs(DDNSProvider): handle = "dns.lightningwirelabs.com" - name = "Lightning Wire Labs" + name = "Lightning Wire Labs DNS Service" website = "http://dns.lightningwirelabs.com/" # Information about the format of the HTTPS request is to be found -- 2.39.2