aboutsummaryrefslogtreecommitdiff
path: root/src/web/views/api/v3/common.py
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2018-10-27 00:34:45 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2018-10-27 00:34:45 +0200
commitaedd03eb00c5584e180202bf4beadfc3888dbfb8 (patch)
treeb0bb69c1be2f2e3adfe4a9f702bd3c1ea66ef900 /src/web/views/api/v3/common.py
parentFilter feeds per category on the user profile page. (diff)
parentUpdated NPM engine. (diff)
downloadnewspipe-aedd03eb00c5584e180202bf4beadfc3888dbfb8.tar.gz
newspipe-aedd03eb00c5584e180202bf4beadfc3888dbfb8.tar.bz2
newspipe-aedd03eb00c5584e180202bf4beadfc3888dbfb8.zip
Merge branch 'master' of gitlab.com:newspipe/newspipe
Diffstat (limited to 'src/web/views/api/v3/common.py')
-rw-r--r--src/web/views/api/v3/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/views/api/v3/common.py b/src/web/views/api/v3/common.py
index f6899b75..d5e94a3f 100644
--- a/src/web/views/api/v3/common.py
+++ b/src/web/views/api/v3/common.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 : http://github.com/Newspipe/Newspipe
+# For more information : http://gitlab.com/newspipe/newspipe
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
bgstack15