summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorÁrni Dagur <arni@dagur.eu>2020-11-26 20:24:55 +0000
committerÁrni Dagur <arni@dagur.eu>2020-12-19 20:30:10 +0000
commit95d96b880992b8fafe895c5440cf7da08b21951d (patch)
tree77fb2cf6582258de012dc5399b0200c9ea6eadaa /scripts
parent2d321ebb7f6a7a8c6213dd4d395663f797c67e7e (diff)
downloadqutebrowser-95d96b880992b8fafe895c5440cf7da08b21951d.tar.gz
qutebrowser-95d96b880992b8fafe895c5440cf7da08b21951d.zip
Add adblock moodule changelog URL
Diffstat (limited to 'scripts')
-rw-r--r--scripts/dev/recompile_requirements.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/dev/recompile_requirements.py b/scripts/dev/recompile_requirements.py
index 094a69ebe..3257b4734 100644
--- a/scripts/dev/recompile_requirements.py
+++ b/scripts/dev/recompile_requirements.py
@@ -173,6 +173,7 @@ CHANGELOG_URLS = {
'jinja2-pluralize': 'https://github.com/audreyfeldroy/jinja2_pluralize/blob/master/HISTORY.rst',
'mypy-extensions': 'https://github.com/python/mypy_extensions/commits/master',
'pyroma': 'https://github.com/regebro/pyroma/blob/master/HISTORY.txt',
+ 'adblock': 'https://github.com/ArniDagur/python-adblock/blob/master/CHANGELOG.md',
'pyPEG2': None,
}