summaryrefslogtreecommitdiff
path: root/scripts/dev/recompile_requirements.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-02-22 09:23:59 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-02-22 09:23:59 +0100
commit60a1955bf7409577213d5a7ef4172d5ef5b0baec (patch)
tree7343c57554cdca268e4a71df391d20c0c95941e1 /scripts/dev/recompile_requirements.py
parentce5d713ff50a2b173733af0823ae7adb00776136 (diff)
downloadqutebrowser-60a1955bf7409577213d5a7ef4172d5ef5b0baec.tar.gz
qutebrowser-60a1955bf7409577213d5a7ef4172d5ef5b0baec.zip
Update changelog links
Diffstat (limited to 'scripts/dev/recompile_requirements.py')
-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 154dda18f..24ef63b72 100644
--- a/scripts/dev/recompile_requirements.py
+++ b/scripts/dev/recompile_requirements.py
@@ -74,7 +74,7 @@ CHANGELOG_URLS = {
'snowballstemmer': 'https://github.com/snowballstem/snowball/blob/master/NEWS',
'virtualenv': 'https://virtualenv.pypa.io/en/latest/changelog.html',
'packaging': 'https://packaging.pypa.io/en/latest/changelog.html',
- 'build': 'https://github.com/pypa/build/blob/master/CHANGELOG.rst',
+ 'build': 'https://github.com/pypa/build/blob/main/CHANGELOG.rst',
'attrs': 'https://www.attrs.org/en/stable/changelog.html',
'Jinja2': 'https://github.com/pallets/jinja/blob/master/CHANGES.rst',
'MarkupSafe': 'https://markupsafe.palletsprojects.com/en/1.1.x/changes/',