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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/models/role.py b/src/web/models/role.py
index e8ea4ce9..1cdf7414 100644
--- a/src/web/models/role.py
+++ b/src/web/models/role.py
@@ -1,10 +1,10 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
-# jarr - A Web based news aggregator.
+# newspipe - A Web based news aggregator.
# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org
#
-# For more information : https://github.com/JARR/JARR
+# For more information : https://github.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