From fe32b349a501b7177d50ae5ed320230606da4d53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=BCrmann?= Date: Tue, 27 Oct 2015 20:31:10 +0100 Subject: [PATCH 1/2] Use duckduckgo.com instead of www.duckduckgo.com --- doc/help/settings.asciidoc | 2 +- qutebrowser/config/configdata.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 7a49720be..5209baf47 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -304,7 +304,7 @@ Default: +pass:[true]+ === startpage The default page(s) to open at the start, separated by commas. -Default: +pass:[https://www.duckduckgo.com]+ +Default: +pass:[https://duckduckgo.com]+ [[general-default-page]] === default-page diff --git a/qutebrowser/config/configdata.py b/qutebrowser/config/configdata.py index 559656e0b..f4fe2b1a1 100644 --- a/qutebrowser/config/configdata.py +++ b/qutebrowser/config/configdata.py @@ -140,7 +140,7 @@ def data(readonly=False): "end."), ('startpage', - SettingValue(typ.List(), 'https://www.duckduckgo.com'), + SettingValue(typ.List(), 'https://duckduckgo.com'), "The default page(s) to open at the start, separated by commas."), ('default-page', From 776a89820f7435cf5f35d29ee0082af0a0962e55 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 27 Oct 2015 20:53:34 +0100 Subject: [PATCH 2/2] Regenerate authors. --- README.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 0a2687409..72a67cc92 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -158,6 +158,7 @@ Contributors, sorted by the number of commits in descending order: * rikn00 * Patric Schmitz * Martin Zimmermann +* Jonas Schürmann * Error 800 * Brian Jackson * sbinix @@ -165,7 +166,6 @@ Contributors, sorted by the number of commits in descending order: * jnphilipp * Tobias Patzl * Peter Michely -* Jonas Schürmann * Johannes Altmanninger * Samir Benmendil * Regina Hug