summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-10-11 14:38:38 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-10-11 14:38:38 +0200
commit82ee43a56abf0bfb5b62413a757ac0fa43dd7bbf (patch)
treebd61a41c74fb2acfb7812b1bce2938595244f687
parentb75786560d54a92c63b0a460b3705548985a637a (diff)
downloadqutebrowser-82ee43a56abf0bfb5b62413a757ac0fa43dd7bbf.tar.gz
qutebrowser-82ee43a56abf0bfb5b62413a757ac0fa43dd7bbf.zip
scripts: Update path to flake8 release notes
-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 506f4ac99..a4cd81ad4 100644
--- a/scripts/dev/recompile_requirements.py
+++ b/scripts/dev/recompile_requirements.py
@@ -81,7 +81,7 @@ CHANGELOG_URLS = {
'attrs': 'https://www.attrs.org/en/stable/changelog.html',
'Jinja2': 'https://jinja.palletsprojects.com/en/latest/changes/',
'MarkupSafe': 'https://markupsafe.palletsprojects.com/en/latest/changes/',
- 'flake8': 'https://gitlab.com/pycqa/flake8/tree/master/docs/source/release-notes',
+ 'flake8': 'https://github.com/PyCQA/flake8/tree/main/docs/source/release-notes',
'flake8-docstrings': 'https://pypi.org/project/flake8-docstrings/',
'flake8-debugger': 'https://github.com/JBKahn/flake8-debugger/',
'flake8-builtins': 'https://github.com/gforcada/flake8-builtins/blob/master/CHANGES.rst',