From 50e884b556123730940e4e4fb07784b8e757f381 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 29 Mar 2021 14:56:11 +0200 Subject: scripts: Fix manhole changelog URL --- scripts/dev/recompile_requirements.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/dev/recompile_requirements.py b/scripts/dev/recompile_requirements.py index ce50cd504..b545dbc5f 100644 --- a/scripts/dev/recompile_requirements.py +++ b/scripts/dev/recompile_requirements.py @@ -166,7 +166,7 @@ CHANGELOG_URLS = { 'pathspec': 'https://github.com/cpburnz/python-path-specification/blob/master/CHANGES.rst', 'filelock': 'https://github.com/benediktschmitt/py-filelock/commits/master', 'github3.py': 'https://github3py.readthedocs.io/en/master/release-notes/index.html', - 'manhole': 'https://github3py.readthedocs.io/en/master/release-notes/index.html', + 'manhole': 'https://github.com/ionelmc/python-manhole/blob/master/CHANGELOG.rst', 'pycparser': 'https://github.com/eliben/pycparser/blob/master/CHANGES', 'python-dateutil': 'https://dateutil.readthedocs.io/en/stable/changelog.html', 'appdirs': 'https://github.com/ActiveState/appdirs/blob/master/CHANGES.rst', -- cgit v1.2.3-54-g00ecf