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

diff --git a/README b/README
index f90d9eb720396ef7ad40a2735f74faee3fce70c7..dd25629a78d1bb9e0927526be58880f29881c9b2 100644 (file)
--- a/README
+++ b/README
@@ -21,10 +21,10 @@ re-emerge when there are interesting changes.
 You can skip the Compiling_ and Upgrading_ sections of this README ;).
 
 .. _Gentoo: http://www.gentoo.org/
 You can skip the Compiling_ and Upgrading_ sections of this README ;).
 
 .. _Gentoo: http://www.gentoo.org/
-.. _wtk overlay: http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/Gentoo_overlay/
+.. _wtk overlay: http://blog.tremily.us/posts/Gentoo_overlay/
 .. _Layman: http://www.gentoo.org/proj/en/overlays/userguide.xml
 .. _Layman: http://www.gentoo.org/proj/en/overlays/userguide.xml
-.. _Atom: http://www.physics.drexel.edu/~wking/code/git/gitweb.cgi?p=sawsim.git;a=atom
-.. _RSS: http://www.physics.drexel.edu/~wking/code/git/gitweb.cgi?p=sawsim.git;a=rss
+.. _Atom: http://git.tremily.us/?p=sawsim.git;a=atom
+.. _RSS: http://git.tremily.us/?p=sawsim.git;a=rss
 
 
 Compiling
 
 
 Compiling
@@ -32,7 +32,7 @@ Compiling
 
 Check out the source::
 
 
 Check out the source::
 
-  $ git clone http://www.physics.drexel.edu/~wking/code/git/sawsim.git sawsim
+  $ git clone git://tremily.us/sawsim.git
   $ cd sawsim
 
 Sawsim is written in noweb_.  Extract the `Makefile` and compile with::
   $ cd sawsim
 
 Sawsim is written in noweb_.  Extract the `Makefile` and compile with::
index 13cb37451dd5dadcf86a2660ea70974ebf566586..d080b0a0e4912bc6e81a11c2ceb71cc6acbde611 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -30,8 +30,9 @@ setup(
     author_email='wking@drexel.edu',
     description=__doc__,
     long_description = open(os.path.join(_this_dir, 'README'), 'r').read(),
     author_email='wking@drexel.edu',
     description=__doc__,
     long_description = open(os.path.join(_this_dir, 'README'), 'r').read(),
-    url='http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/%s/' % package_name,
-    download_url='http://www.physics.drexel.edu/~wking/code/python/%s-%s.tar.gz' % (package_name, __version__),
+    url='http://blog.tremily.us/posts/{}/'.format(package_name),
+    download_url='http://git.tremily.us/?p={}.git;a=snapshot;h=v{};sf=tgz'.format(
+        package_name, __version__),
     packages=packages,
     provides=packages,
     scripts=scripts,
     packages=packages,
     provides=packages,
     scripts=scripts,