fix links

This commit is contained in:
Thomas Schreiber 2013-07-25 01:20:45 +02:00
parent 7c3d4f2912
commit 5eebaeb638
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=(