Skip to content

Commit 45b61b2

Browse files
committed
Merge pull request brosner#4 from stephenpaulger/set-homepage
Change homepage.
2 parents fb2553f + 5b2c628 commit 45b61b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def fullsplit(path, result=None):
5454
description = 'Generic tagging application for Django',
5555
author = 'Jonathan Buchanan',
5656
author_email = '[email protected]',
57-
url = 'https://code.google.com/p/django-tagging/',
57+
url = 'https://github.com/Fantomas42/django-tagging',
5858
packages = packages,
5959
data_files = data_files,
6060
classifiers = [

0 commit comments

Comments
 (0)