summaryrefslogtreecommitdiff
path: root/python/setup.py.in
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2022-02-13 22:52:53 +0100
committerNick Wellnhofer <wellnhofer@aevum.de>2022-02-13 23:10:00 +0100
commit1089111142e7df96e14b2113235860cc4e7fa54e (patch)
treefb6f04ae2efc156046338fd2a352b83d05baa1e1 /python/setup.py.in
parent4f2693a1efb499c18d909149b8141f40c190fc2f (diff)
downloadlibxml2-1089111142e7df96e14b2113235860cc4e7fa54e.tar.gz
Redirect links to xmlsoft.org
Documentation and releases are now available on gitlab.gnome.org.
Diffstat (limited to 'python/setup.py.in')
-rwxr-xr-xpython/setup.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/setup.py.in b/python/setup.py.in
index 012eb59a..4a997b4e 100755
--- a/python/setup.py.in
+++ b/python/setup.py.in
@@ -258,7 +258,7 @@ setup (name = "libxml2-python",
description = descr,
author = "Daniel Veillard",
author_email = "veillard@redhat.com",
- url = "http://xmlsoft.org/python.html",
+ url = "https://gitlab.gnome.org/GNOME/libxml2",
licence="MIT Licence",
py_modules=modules,
ext_modules=extens,