aboutsummaryrefslogtreecommitdiff
path: root/newspipe/lib/misc_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'newspipe/lib/misc_utils.py')
-rwxr-xr-xnewspipe/lib/misc_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/newspipe/lib/misc_utils.py b/newspipe/lib/misc_utils.py
index ea5eb826..c6fea0f2 100755
--- a/newspipe/lib/misc_utils.py
+++ b/newspipe/lib/misc_utils.py
@@ -4,7 +4,7 @@
# Newspipe - A web news aggregator.
# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
-# For more information: https://git.sr.ht/~cedric/newspipe
+# For more information: https://sr.ht/~cedric/newspipe
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
bgstack15