summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2016-02-26 14:41:40 -0500
committerPaul Moore <paul@paul-moore.com>2016-02-26 14:41:40 -0500
commita6f8df1a32d43fa489712bd51acc2362d4b8c3c3 (patch)
tree084ba1446b404bbbb3add35328e1b54d854c4082
parentdbb441c7f6ded71d13817d2b3bcce9d3cad11e0d (diff)
downloadlibseccomp-a6f8df1a32d43fa489712bd51acc2362d4b8c3c3.tar.gz
python: update the bindings metadata
Signed-off-by: Paul Moore <paul@paul-moore.com>
-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",