aboutsummaryrefslogtreecommitdiff
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
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.
-rw-r--r--README2
-rwxr-xr-xfeedgetter.py2
-rwxr-xr-xpyAggr3g470r.py2
-rwxr-xr-xutils.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index ba27983c..7f44f572 100644
--- a/README
+++ b/README
@@ -17,7 +17,7 @@ pyAggr3g470r
:private: yes
:author: Cédric Bonhomme
-:contact: http://cedric.bonhomme.free.fr/
+:contact: http://cedricbonhomme.org/
Presentation
diff --git a/feedgetter.py b/feedgetter.py
index 8c3fa4a6..6dc69cf8 100755
--- a/feedgetter.py
+++ b/feedgetter.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/
#
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py
index aa5ff41a..d5dcc137 100755
--- a/pyAggr3g470r.py
+++ b/pyAggr3g470r.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/
#
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