Skip to content

Commit ce8acbd

Browse files
author
Menno Smits
committed
Reference menno.io instead of freshfoo.com
I'm phasing freshfoo.com out.
1 parent 80d4936 commit ce8acbd

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
IMAPClient was created and is maintained by Menno Smits <[email protected]>.
1+
IMAPClient was created and is maintained by Menno Finlay-Smits <[email protected]>.
22

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ via PyPI use the pip or easy_install tools::
7272
easy_install IMAPClient
7373

7474
The source distributions of all IMAPClient versions are available at
75-
http://freshfoo.com/projects/IMAPClient/. Alternatively you can also
76-
use the PyPI page at https://pypi.python.org/pypi/IMAPClient/.
75+
http://menno.io/projects/IMAPClient/. Alternatively you can also use
76+
the PyPI page at https://pypi.python.org/pypi/IMAPClient/.
7777

7878
To install from source run::
7979

@@ -112,7 +112,7 @@ currently redirects to the IMAPClient Github site). Details about
112112
upcoming versions and planned features/fixes can be found in the issue
113113
tracker on Github. The maintainer also blogs about IMAPClient
114114
news. Those articles can be found `here
115-
<http://freshfoo.com/tags/imapclient>`_.
115+
<http://menno.io/tags/imapclient>`_.
116116

117117
Versions
118118
--------
@@ -139,7 +139,7 @@ list are:
139139
* Web archives: https://groups.io/g/imapclient/messages
140140

141141
If you're having trouble using the mailing list, please email
142-
142+
143143

144144
Working on IMAPClient
145145
---------------------

doc/src/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
IMAPClient
33
============
44

5-
:Author: `Menno Smits <http://freshfoo.com>`_
5+
:Author: `Menno Finlay-Smits <[email protected]>
66
:Version: |release|
77
:Date: |today|
88
:Homepage: http://imapclient.freshfoo.com

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def run_tests(self):
8989
author_email=info['author_email'],
9090
license="http://en.wikipedia.org/wiki/BSD_licenses",
9191
url="http://imapclient.freshfoo.com/",
92-
download_url='http://freshfoo.com/projects/IMAPClient/IMAPClient-%s.zip' % info['version'],
92+
download_url='http://menno.io/projects/IMAPClient/IMAPClient-%s.zip' % info['version'],
9393
packages=['imapclient'],
9494
package_data=dict(imapclient=['examples/*.py']),
9595
setup_requires=setup_deps,

0 commit comments

Comments
 (0)