Update URLs from einstein to tremily.
authorW. Trevor King <wking@drexel.edu>
Wed, 22 Feb 2012 16:30:49 +0000 (11:30 -0500)
committerW. Trevor King <wking@drexel.edu>
Wed, 22 Feb 2012 16:30:49 +0000 (11:30 -0500)
README
setup.py

diff --git a/README b/README
index 81866bc3efa8619ee028103f4bc622403b86a93c..ce4da6d9c6a42cce5a74f988e8bd9b478d2c37ad 100644 (file)
--- a/README
+++ b/README
@@ -40,7 +40,7 @@ Installing by hand
 
 FFT-tools is available as a Git_ repository::
 
 
 FFT-tools is available as a Git_ repository::
 
-    $ git clone http://www.physics.drexel.edu/~wking/code/git/FFT-tools.git
+    $ git clone git://tremily.us/FFT-tools.git
 
 See the homepage_ for details.  To install the checkout, run the
 standard::
 
 See the homepage_ for details.  To install the checkout, run the
 standard::
@@ -83,13 +83,11 @@ Copyright 2007-2011
 
 
 .. _layman: http://layman.sourceforge.net/
 
 
 .. _layman: http://layman.sourceforge.net/
-.. _wtk overlay:
-     http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/Gentoo_overlay
+.. _wtk overlay: http://blog.tremily.us/posts/Gentoo_overlay
 .. _Debian: http://www.debian.org/
 .. _Gentoo: http://www.gentoo.org/
 .. _NumPy: http://numpy.scipy.org/
 .. _Git: http://git-scm.com/
 .. _Debian: http://www.debian.org/
 .. _Gentoo: http://www.gentoo.org/
 .. _NumPy: http://numpy.scipy.org/
 .. _Git: http://git-scm.com/
-.. _homepage:
-     http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/FFT-tools/
+.. _homepage: http://blog.tremily.us/posts/FFT-tools/
 .. _matplotlib: http://matplotlib.sourceforge.net/
 .. _GNU General Public License Version 3: http://www.gnu.org/licenses/gpl.txt
 .. _matplotlib: http://matplotlib.sourceforge.net/
 .. _GNU General Public License Version 3: http://www.gnu.org/licenses/gpl.txt
index 982b1739338948ec359747adf352b6c597bb4109..1b76c4ec6b49947d201bb6ef053511a4304e1b43 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -24,8 +24,8 @@ setup(name='FFT-tools',
       version=__version__,
       maintainer='W. Trevor King',
       maintainer_email='wking@drexel.edu',
       version=__version__,
       maintainer='W. Trevor King',
       maintainer_email='wking@drexel.edu',
-      url = 'http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/FFT-tools/',
-      download_url = 'http://www.physics.drexel.edu/~wking/code/python/FFT-tools-%s.tar.gz' % __version__,
+      url = 'http://blog.tremily.us/posts/FFT-tools/',
+      download_url = 'http://git.tremily.us/?p=FFT-tools.git;a=snapshot;h={};sf=tgz'.format(__version__),
       license = 'GNU General Public License (GPL)',
       platforms = ['all'],
       description = __doc__,
       license = 'GNU General Public License (GPL)',
       platforms = ['all'],
       description = __doc__,