Merge pull request #44 from rizumu/fix-links

fix links
This commit is contained in:
James Tauber 2013-07-24 17:06:31 -07:00
commit d9ba22d6b6
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ but has been independently used for a number of other conferences.
We are in the process of cleaning things up and making them more generic. We are in the process of cleaning things up and making them more generic.
The project homepage is http://pinax.github.com/symposion/ The project homepage is http://eldarion.com/symposion/
Apps: Apps:

View file

@ -11,7 +11,7 @@ setup(
author_email="jtauber@jtauber.com", author_email="jtauber@jtauber.com",
version=symposion.__version__, version=symposion.__version__,
description="A collection of Django apps for conference websites.", description="A collection of Django apps for conference websites.",
url="http://pinax.github.com/symposion/", url="http://eldarion.com/symposion/",
packages=find_packages(exclude=["symposion_project"]), packages=find_packages(exclude=["symposion_project"]),
include_package_data=True, include_package_data=True,
classifiers=( classifiers=(