summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-07 21:01:32 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:46:50 +0100
commit2642d767879997c1b075c94ab7560aa183b30b3d (patch)
tree05881fc81e2700135891e502d88043ef9a460293
parentfc88a833b3a6e5d94053e4954bc87d2214225aae (diff)
downloadlorries-2642d767879997c1b075c94ab7560aa183b30b3d.tar.gz
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.
-rw-r--r--open-source-lorries/cherrypy.lorry7
1 files changed, 6 insertions, 1 deletions
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"
}
}