aboutsummaryrefslogtreecommitdiff
path: root/src/lib/data.py
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2018-10-15 10:16:55 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2018-10-15 10:16:55 +0200
commitd3ca747f2f317a901d6e5856e97d90957ba785b9 (patch)
treeafe7a7608f5b310f3097776a125e0fff3b62a32c /src/lib/data.py
parentMerge branch 'master' of github.com:newspipe/newspipe (diff)
downloadnewspipe-d3ca747f2f317a901d6e5856e97d90957ba785b9.tar.gz
newspipe-d3ca747f2f317a901d6e5856e97d90957ba785b9.tar.bz2
newspipe-d3ca747f2f317a901d6e5856e97d90957ba785b9.zip
Updated some links
Diffstat (limited to 'src/lib/data.py')
-rw-r--r--src/lib/data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/data.py b/src/lib/data.py
index e7c88055..067a0a04 100644
--- a/src/lib/data.py
+++ b/src/lib/data.py
@@ -4,7 +4,7 @@
# Newspipe - A Web based news aggregator.
# Copyright (C) 2010-2018 Cédric Bonhomme - https://www.cedricbonhomme.org
#
-# For more information : https://github.com/newspipe/newspipe
+# For more information : https://gitlab.com/newspipe/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