summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-11-08 08:17:36 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-11-08 08:27:34 +0100
commitb04f7ec2f7499218ea10ba3726e1ba51060dfba3 (patch)
tree3daab08fe2deed67625de5b2fd13079fc0f917ec
parentfa806ad667c37a36323de5effe342364c2e75ddd (diff)
downloadqutebrowser-b04f7ec2f7499218ea10ba3726e1ba51060dfba3.tar.gz
qutebrowser-b04f7ec2f7499218ea10ba3726e1ba51060dfba3.zip
scripts: Better lxml changelog URL
-rw-r--r--scripts/dev/recompile_requirements.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dev/recompile_requirements.py b/scripts/dev/recompile_requirements.py
index c013346ae..ed5473971 100644
--- a/scripts/dev/recompile_requirements.py
+++ b/scripts/dev/recompile_requirements.py
@@ -133,7 +133,7 @@ CHANGELOG_URLS = {
'six': 'https://github.com/benjaminp/six/blob/master/CHANGES',
'altgraph': 'https://github.com/ronaldoussoren/altgraph/blob/master/doc/changelog.rst',
'urllib3': 'https://github.com/urllib3/urllib3/blob/master/CHANGES.rst',
- 'lxml': 'https://lxml.de/index.html#old-versions',
+ 'lxml': 'https://github.com/lxml/lxml/blob/master/CHANGES.txt',
'jwcrypto': 'https://github.com/latchset/jwcrypto/commits/master',
'wrapt': 'https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst',
'pep517': 'https://github.com/pypa/pep517/blob/master/doc/changelog.rst',