aboutsummaryrefslogtreecommitdiff
path: root/src/web/models/role.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/models/role.py')
-rw-r--r--src/web/models/role.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/models/role.py b/src/web/models/role.py
index 82601bbb..0a2ecd4a 100644
--- a/src/web/models/role.py
+++ b/src/web/models/role.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