diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-04-18 22:47:13 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-04-18 22:47:13 +0200 |
commit | 8a05e45c83a86d5781b255ea966da80f410aa69b (patch) | |
tree | 1a30f9376b163a0168bce9a0df431a3809e65466 /src/runserver.py | |
parent | set the default value of the parse with the values from the request. (diff) | |
download | newspipe-8a05e45c83a86d5781b255ea966da80f410aa69b.tar.gz newspipe-8a05e45c83a86d5781b255ea966da80f410aa69b.tar.bz2 newspipe-8a05e45c83a86d5781b255ea966da80f410aa69b.zip |
Updated JARR GitHub address. Thanks GitHub!
Diffstat (limited to 'src/runserver.py')
-rwxr-xr-x | src/runserver.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runserver.py b/src/runserver.py index 43b46657..0429449f 100755 --- a/src/runserver.py +++ b/src/runserver.py @@ -1,10 +1,10 @@ #! /usr/bin/env python # -*- coding: utf-8 -*- -# jarr - A Web based news aggregator. +# 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 |