aboutsummaryrefslogtreecommitdiff
path: root/src/web/models/role.py
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-04-18 22:47:13 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-04-18 22:47:13 +0200
commit8a05e45c83a86d5781b255ea966da80f410aa69b (patch)
tree1a30f9376b163a0168bce9a0df431a3809e65466 /src/web/models/role.py
parentset the default value of the parse with the values from the request. (diff)
downloadnewspipe-8a05e45c83a86d5781b255ea966da80f410aa69b.tar.gz
newspipe-8a05e45c83a86d5781b255ea966da80f410aa69b.tar.bz2
newspipe-8a05e45c83a86d5781b255ea966da80f410aa69b.zip
Updated JARR GitHub address. Thanks GitHub!
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 028f439e..e8ea4ce9 100644
--- a/src/web/models/role.py
+++ b/src/web/models/role.py
@@ -4,7 +4,7 @@
# jarr - A Web based news aggregator.
# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org
#
-# For more information : https://github.com/JARR-aggregator/JARR/
+# For more information : https://github.com/JARR/JARR
#
# 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