From 1633ae3079b82f251c0a7f7bc39b91d7339b0474 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sat, 24 May 2014 00:36:58 +0200 Subject: [PATCH] Fix homepage URL --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 54cf97e..d95acd1 100755 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ setup(name="pylibacl", long_description=long_desc, author="Iustin Pop", author_email="iusty@k1024.org", - url="http://pylibacl.sourceforge.net/", + url="http://pylibacl.k1024.org/", license="LGPL", ext_modules=[Extension("posix1e", ["acl.c"], libraries=libs, -- 2.39.5