From 8a05e45c83a86d5781b255ea966da80f410aa69b Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 18 Apr 2016 22:47:13 +0200 Subject: Updated JARR GitHub address. Thanks GitHub! --- src/web/export.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/web/export.py') diff --git a/src/web/export.py b/src/web/export.py index 41ee839c..9d9448df 100644 --- a/src/web/export.py +++ b/src/web/export.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 @@ -57,7 +57,7 @@ def HTML_HEADER(title="jarr", css="./style.css"): HTML_FOOTER = """

This archive has been generated with -jarr. +jarr. A software under AGPLv3 license. You are welcome to copy, modify or redistribute the source code according to the AGPLv3 license.

-- cgit