From 2642d767879997c1b075c94ab7560aa183b30b3d Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 7 Sep 2020 21:01:32 +0100 Subject: Update mirroring of CherryPy CherryPy 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/cherrypy.lorry | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'open-source-lorries') diff --git a/open-source-lorries/cherrypy.lorry b/open-source-lorries/cherrypy.lorry index c50bdeb..8f7d426 100644 --- a/open-source-lorries/cherrypy.lorry +++ b/open-source-lorries/cherrypy.lorry @@ -1,6 +1,11 @@ { "cherrypy": { "type": "hg", - "url": "http://bitbucket.org/cherrypy/cherrypy" + "url": "http://bitbucket.org/cherrypy/cherrypy", + "description": "Obsolete (use cherrypy-git)" + }, + "cherrypy-git": { + "type": "git", + "url": "https://github.com/cherrypy/cherrypy.git" } } -- cgit v1.2.1