aboutsummaryrefslogtreecommitdiff
path: root/newspipe/web/models/role.py
diff options
context:
space:
mode:
Diffstat (limited to 'newspipe/web/models/role.py')
-rw-r--r--newspipe/web/models/role.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/newspipe/web/models/role.py b/newspipe/web/models/role.py
index d456f4bc..4a0bd42d 100644
--- a/newspipe/web/models/role.py
+++ b/newspipe/web/models/role.py
@@ -2,9 +2,9 @@
# -*- coding: utf-8 -*-
# newspipe - A Web based news aggregator.
-# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
+# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
-# For more information : https://git.sr.ht/~cedric/newspipe
+# For more information: https://git.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