From ccc75022276f22e82fd152fae3309e4f5fe63cb7 Mon Sep 17 00:00:00 2001
From: Iustin Pop <iusty@k1024.org>
Date: Mon, 30 Jun 2008 21:54:18 +0200
Subject: [PATCH] Minor change in homepage url

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index e3c895b..bf2b721 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.sourceforge.net/",
       license="LGPL",
       ext_modules=[Extension("posix1e", ["acl.c"],
                              libraries=libs,
-- 
2.39.5