From 40b17b5c5c2c8ad77bb2fd659249d970e19e920b Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Mon, 10 Dec 2018 09:37:46 +0100 Subject: [PATCH] fix(pypi): manual coverage sourceUrl override Closes #2846 --- lib/datasource/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/datasource/index.js b/lib/datasource/index.js index 69b85c1f8f..aa05f9da64 100644 --- a/lib/datasource/index.js +++ b/lib/datasource/index.js @@ -64,6 +64,7 @@ const manualSourceUrls = { node: 'https://github.com/nodejs/node', }, pypi: { + coverage: 'https://github.com/nedbat/coveragepy/', // bitbucket entry on pypi is wrong mkdocs: 'https://github.com/mkdocs/mkdocs', pillow: 'https://github.com/python-pillow/Pillow', }, -- GitLab