aboutsummaryrefslogtreecommitdiff
path: root/src/conf/conf.cfg-sample
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf/conf.cfg-sample')
-rw-r--r--src/conf/conf.cfg-sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf/conf.cfg-sample b/src/conf/conf.cfg-sample
index 160c4629..40938851 100644
--- a/src/conf/conf.cfg-sample
+++ b/src/conf/conf.cfg-sample
@@ -16,7 +16,7 @@ database_url = sqlite:///newspipe.db
[crawler]
crawling_method = default
default_max_error = 6
-user_agent = Newspipe (https://github.com/newspipe/newspipe)
+user_agent = Newspipe (https://gitlab.com/newspipe/newspipe)
timeout = 30
resolv = true
feed_refresh_interval = 120
bgstack15