summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-02-22 09:56:40 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-02-22 09:56:40 +0100
commitd647f8f42eed9ae4e4f70f97a97679c0bec272d6 (patch)
tree6604801a248e7c9a80b1964f79e3069a23ab71f6 /scripts
parent60a1955bf7409577213d5a7ef4172d5ef5b0baec (diff)
downloadqutebrowser-d647f8f42eed9ae4e4f70f97a97679c0bec272d6.tar.gz
qutebrowser-d647f8f42eed9ae4e4f70f97a97679c0bec272d6.zip
Fix lint
Diffstat (limited to 'scripts')
-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 24ef63b72..ae4ffb4d0 100644
--- a/scripts/dev/recompile_requirements.py
+++ b/scripts/dev/recompile_requirements.py
@@ -140,7 +140,7 @@ CHANGELOG_URLS = {
'PyQtWebEngine': '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',
+ 'PyQt5-stubs': 'https://github.com/stlehmann/PyQt5-stubs/blob/master/CHANGELOG.md',
'sip': 'https://www.riverbankcomputing.com/news',
'Pygments': 'https://pygments.org/docs/changelog/',
'vulture': 'https://github.com/jendrikseipp/vulture/blob/master/CHANGELOG.md',