summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/python/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/setup.py b/src/python/setup.py
index 04ed989..0419111 100644
--- a/src/python/setup.py
+++ b/src/python/setup.py
@@ -32,7 +32,7 @@ setup(
version = os.environ["VERSION_RELEASE"],
description = "Python binding for libseccomp",
long_description = "Python API for the Linux Kernel's syscall filtering capability, seccomp.",
- url = "http://libseccomp.sf.net",
+ url = "https://github.com/seccomp/libseccomp",
maintainer = "Paul Moore",
maintainer_email = "paul@paul-moore.com",
license = "LGPLv2.1",