aboutsummaryrefslogtreecommitdiff
path: root/newspipe/conf/conf.cfg-sample
diff options
context:
space:
mode:
Diffstat (limited to 'newspipe/conf/conf.cfg-sample')
-rw-r--r--newspipe/conf/conf.cfg-sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/newspipe/conf/conf.cfg-sample b/newspipe/conf/conf.cfg-sample
index ed14a4d9..41035fc7 100644
--- a/newspipe/conf/conf.cfg-sample
+++ b/newspipe/conf/conf.cfg-sample
@@ -17,7 +17,7 @@ database_url = sqlite:///newspipe.db
[crawler]
crawling_method = default
default_max_error = 6
-user_agent = Newspipe (https://gitlab.com/newspipe/newspipe)
+user_agent = Newspipe (https://git.sr.ht/~cedric/newspipe)
timeout = 30
resolv = false
feed_refresh_interval = 120
bgstack15