From 1d924f74e351245d6f64cf00295f3bb9d2a5c178 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 7 Sep 2020 21:13:11 +0100 Subject: Update mirroring of Python coverage package Coverage.py moved from Bitbucket to GitHub. Since it switched from Mercurial to Git, use a different name for the new mirror. Mark the old mirror as obsolete. --- open-source-lorries/python-coveragepy.lorry | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'open-source-lorries') diff --git a/open-source-lorries/python-coveragepy.lorry b/open-source-lorries/python-coveragepy.lorry index 14ace60..f28b361 100644 --- a/open-source-lorries/python-coveragepy.lorry +++ b/open-source-lorries/python-coveragepy.lorry @@ -1,6 +1,11 @@ { "python-coveragepy": { "type": "hg", - "url": "https://bitbucket.org/ned/coveragepy" + "url": "https://bitbucket.org/ned/coveragepy", + "description": "Obsolete (use python-coveragepy-git)" + }, + "python-coveragepy-git": { + "type": "git", + "url": "https://github.com/nedbat/coveragepy.git" } } -- cgit v1.2.1