diff --git a/linkcheck/configuration/__init__.py b/linkcheck/configuration/__init__.py
index f09008c4..c340cb7d 100644
--- a/linkcheck/configuration/__init__.py
+++ b/linkcheck/configuration/__init__.py
@@ -46,7 +46,6 @@ AppInfo = App+u" "+Copyright
HtmlAppInfo = App+u", "+HtmlCopyright
Url = configdata.url
SupportUrl = u"https://github.com/linkchecker/linkchecker/issues"
-DonateUrl = ""
Email = configdata.author_email
UserAgent = u"Mozilla/5.0 (compatible; %s/%s; +%s)" % (AppName, Version, Url)
Freeware = AppName+u""" comes with ABSOLUTELY NO WARRANTY!
diff --git a/linkcheck/logger/__init__.py b/linkcheck/logger/__init__.py
index 7409e7e9..3225312f 100644
--- a/linkcheck/logger/__init__.py
+++ b/linkcheck/logger/__init__.py
@@ -382,8 +382,6 @@ class _Logger (object):
{'url': configuration.Url})
self.comment(_("Write comments and bugs to %(url)s") %
{'url': configuration.SupportUrl})
- self.comment(_("Support this project at %(url)s") %
- {'url': configuration.DonateUrl})
self.check_date()
def write_outro (self):
diff --git a/linkcheck/logger/html.py b/linkcheck/logger/html.py
index d5bc4a46..2173b9e8 100644
--- a/linkcheck/logger/html.py
+++ b/linkcheck/logger/html.py
@@ -323,9 +323,6 @@ class HtmlLogger (_Logger):
self.writeln(_("Write comments and bugs to %s") %
(u''+
configuration.SupportUrl+u".
"))
- self.writeln(_("Support this project at %s") %
- (u''+
- configuration.DonateUrl+u"."))
self.writeln(u"