summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-12-28 15:23:41 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-12-28 15:23:41 +0100
commit29993b7bc996b37f8733148c47535c7f15605f22 (patch)
tree030cd847eaf90d5eabd3c61235e6a71ba86b599d
parent4a5063c05dd8b067b6c2cc1871eca78d844bc15b (diff)
downloadqutebrowser-29993b7bc996b37f8733148c47535c7f15605f22.tar.gz
qutebrowser-29993b7bc996b37f8733148c47535c7f15605f22.zip
Update importlib-resources 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 5cda4b3d7..e43a3111d 100644
--- a/scripts/dev/recompile_requirements.py
+++ b/scripts/dev/recompile_requirements.py
@@ -175,7 +175,7 @@ CHANGELOG_URLS = {
'pyroma': 'https://github.com/regebro/pyroma/blob/master/HISTORY.txt',
'adblock': 'https://github.com/ArniDagur/python-adblock/blob/master/CHANGELOG.md',
'pyPEG2': None,
- 'importlib-resources': 'https://importlib-resources.readthedocs.io/en/latest/changelog%20%28links%29.html',
+ 'importlib-resources': 'https://importlib-resources.readthedocs.io/en/latest/history.html',
}