summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-11-30 07:48:28 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-11-30 07:48:28 +0100
commit39b7f7dba052d20539fae4ccbc1b0d6e7c9bfb50 (patch)
treeefabfaa13993bb1ede479ddcb35b13524e13a180
parent75216f0e4a988fceccbcfd664f6ec4979e954682 (diff)
downloadqutebrowser-39b7f7dba052d20539fae4ccbc1b0d6e7c9bfb50.tar.gz
qutebrowser-39b7f7dba052d20539fae4ccbc1b0d6e7c9bfb50.zip
Update charset_normalizer 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 23878e73f..1b9759eb8 100644
--- a/scripts/dev/recompile_requirements.py
+++ b/scripts/dev/recompile_requirements.py
@@ -155,7 +155,7 @@ CHANGELOG_URLS = {
'cheroot': 'https://cheroot.cherrypy.org/en/latest/history.html',
'certifi': 'https://ccadb-public.secure.force.com/mozilla/IncludedCACertificateReport',
'chardet': 'https://github.com/chardet/chardet/releases',
- 'charset-normalizer': 'https://github.com/Ousret/charset_normalizer/commits/master',
+ 'charset-normalizer': 'https://github.com/Ousret/charset_normalizer/blob/master/CHANGELOG.md',
'idna': 'https://github.com/kjd/idna/blob/master/HISTORY.rst',
'tldextract': 'https://github.com/john-kurkowski/tldextract/blob/master/CHANGELOG.md',
'backports.entry-points-selectable': 'https://github.com/jaraco/backports.entry_points_selectable/blob/main/CHANGES.rst',