summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-10-21 18:26:57 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-10-21 18:26:57 +0200
commitca114a076621c58f067e8b809e7ef4e27ad4e2c1 (patch)
tree674b84c5c154e8718f6018cb3ca6ebc2b3d92814
parente6e7e95013f76a21357783d27fda85de6f125ffc (diff)
downloadqutebrowser-ca114a076621c58f067e8b809e7ef4e27ad4e2c1.tar.gz
qutebrowser-ca114a076621c58f067e8b809e7ef4e27ad4e2c1.zip
scripts: Fix changelog URLs for real
-rw-r--r--scripts/dev/recompile_requirements.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/dev/recompile_requirements.py b/scripts/dev/recompile_requirements.py
index 6f1a12ab0..c013346ae 100644
--- a/scripts/dev/recompile_requirements.py
+++ b/scripts/dev/recompile_requirements.py
@@ -141,9 +141,9 @@ CHANGELOG_URLS = {
'toml': 'https://github.com/uiri/toml/releases',
'tomli': 'https://github.com/hukkin/tomli/blob/master/CHANGELOG.md',
'PyQt5': 'https://www.riverbankcomputing.com/news',
- 'PyQt5-Qt': 'https://www.riverbankcomputing.com/news',
+ 'PyQt5-Qt5': 'https://www.riverbankcomputing.com/news',
'PyQtWebEngine': 'https://www.riverbankcomputing.com/news',
- 'PyQtWebEngine-Qt': 'https://www.riverbankcomputing.com/news',
+ 'PyQtWebEngine-Qt5': 'https://www.riverbankcomputing.com/news',
'PyQt-builder': 'https://www.riverbankcomputing.com/news',
'PyQt5-sip': 'https://www.riverbankcomputing.com/news',
'PyQt5-stubs': 'https://github.com/stlehmann/PyQt5-stubs/blob/master/CHANGELOG.md',