summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}
}