Skip to content

Commit 3dd5b1c

Browse files
committed
DOC: Update website/mailing list
1 parent 5f66109 commit 3dd5b1c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

nibabel/info.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
=======
7070
7171
Current documentation on nibabel can always be found at the `NIPY nibabel
72-
website <https://nipy.github.io/nibabel>`_.
72+
website <http://nipy.org/nibabel>`_.
7373
7474
Mailing Lists
7575
=============
@@ -90,7 +90,7 @@
9090
* Downloads of all `available releases`_.
9191
9292
.. _main repository: https://github.com/nipy/nibabel
93-
.. _Documentation: https://nipy.github.io/nibabel
93+
.. _Documentation: http://nipy.org/nibabel
9494
.. _current release: https://pypi.python.org/pypi/nibabel
9595
.. _current development version: https://github.com/nipy/nibabel/archive/master.zip
9696
.. _available releases: https://github.com/nipy/nibabel/releases
@@ -111,15 +111,15 @@
111111
NAME = 'nibabel'
112112
MAINTAINER = "Matthew Brett, Michael Hanke, Eric Larson, " \
113113
"Chris Markiewicz"
114-
MAINTAINER_EMAIL = "nipy-devel@neuroimaging.scipy.org"
114+
MAINTAINER_EMAIL = "neuroimaging@python.org"
115115
DESCRIPTION = description
116116
LONG_DESCRIPTION = long_description
117-
URL = "https://nipy.github.io/nibabel"
117+
URL = "http://nipy.org/nibabel"
118118
DOWNLOAD_URL = "https://github.com/nipy/nibabel"
119119
LICENSE = "MIT license"
120120
CLASSIFIERS = CLASSIFIERS
121121
AUTHOR = "Matthew Brett, Michael Hanke, Stephan Gerhard"
122-
AUTHOR_EMAIL = "nipy-devel@neuroimaging.scipy.org"
122+
AUTHOR_EMAIL = "neuroimaging@python.org"
123123
PLATFORMS = "OS Independent"
124124
MAJOR = _version_major
125125
MINOR = _version_minor

0 commit comments

Comments
 (0)