aboutsummaryrefslogtreecommitdiff
path: root/utils.py
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2010-11-04 17:56:06 +0100
committercedricbonhomme <devnull@localhost>2010-11-04 17:56:06 +0100
commitab6844268b6d13ea5c357788de501be250917f06 (patch)
tree50f3f94ab94dbb836e30b3f254de8598fafc761c /utils.py
parentRelease 2.2. Added export for DokuWiki (Example: http://wiki.cedricbonhomme.o... (diff)
downloadnewspipe-ab6844268b6d13ea5c357788de501be250917f06.tar.gz
newspipe-ab6844268b6d13ea5c357788de501be250917f06.tar.bz2
newspipe-ab6844268b6d13ea5c357788de501be250917f06.zip
Updated address of contact.
Diffstat (limited to 'utils.py')
-rwxr-xr-xutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.py b/utils.py
index 30d79d7f..c62e1237 100755
--- a/utils.py
+++ b/utils.py
@@ -2,7 +2,7 @@
#-*- coding: utf-8 -*-
# pyAggr3g470r - A Web based news aggregator.
-# Copyright (C) 2010 Cédric Bonhomme - http://cedric.bonhomme.free.fr/
+# Copyright (C) 2010 Cédric Bonhomme - http://cedricbonhomme.org/
#
# For more information : http://bitbucket.org/cedricbonhomme/pyaggr3g470r/
#
bgstack15