summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-29 14:56:11 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-03-29 14:56:11 +0200
commit50e884b556123730940e4e4fb07784b8e757f381 (patch)
treec002d7c627d8b160699d64724e9e66e414f63947 /scripts
parentd8ca8585ed74a17a4bcef09f70c089f81c6885dc (diff)
downloadqutebrowser-50e884b556123730940e4e4fb07784b8e757f381.tar.gz
qutebrowser-50e884b556123730940e4e4fb07784b8e757f381.zip
scripts: Fix manhole changelog URL
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 ce50cd504..b545dbc5f 100644
--- a/scripts/dev/recompile_requirements.py
+++ b/scripts/dev/recompile_requirements.py
@@ -166,7 +166,7 @@ CHANGELOG_URLS = {
'pathspec': 'https://github.com/cpburnz/python-path-specification/blob/master/CHANGES.rst',
'filelock': 'https://github.com/benediktschmitt/py-filelock/commits/master',
'github3.py': 'https://github3py.readthedocs.io/en/master/release-notes/index.html',
- 'manhole': 'https://github3py.readthedocs.io/en/master/release-notes/index.html',
+ 'manhole': 'https://github.com/ionelmc/python-manhole/blob/master/CHANGELOG.rst',
'pycparser': 'https://github.com/eliben/pycparser/blob/master/CHANGES',
'python-dateutil': 'https://dateutil.readthedocs.io/en/stable/changelog.html',
'appdirs': 'https://github.com/ActiveState/appdirs/blob/master/CHANGES.rst',