From 620dbee78ed8481d108327c4c332899df7cb8ef4 Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Wed, 7 May 2008 23:42:03 -0400 Subject: Apparently I'm a moron --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 008fb668..434e4fb7 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ setup(name = "GitPython", description = "Python Git Library", author = "Michael Trier", author_email = "mtrier@gmail.com", - url = "http://gitalicious.org/projects/git-python/", + url = "http://gitorious.org/projects/git-python/", packages = find_packages('lib'), package_dir = {'':'lib'}, license = "BSD License", -- cgit v1.2.1