summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 22:56:45 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 23:18:23 +0100
commitd14a8654a54e55abb7c12241e5c2070097ac40b1 (patch)
treeb8bec0baf0102bce837243f0b711143c6d3ba811
parent08340b1d5e935864af075c9378da63687f23201b (diff)
downloadlorries-d14a8654a54e55abb7c12241e5c2070097ac40b1.tar.gz
Update mirroring of neon
neon moved from svn.webdav.org to GitHub. Since it switched from Subversion to Git, use a different name for the new mirror. Mark the old mirror as obsolete.
-rw-r--r--open-source-lorries/neon.lorry7
1 files changed, 6 insertions, 1 deletions
diff --git a/open-source-lorries/neon.lorry b/open-source-lorries/neon.lorry
index de8da33..d5c9763 100644
--- a/open-source-lorries/neon.lorry
+++ b/open-source-lorries/neon.lorry
@@ -2,6 +2,11 @@
"neon": {
"type": "svn",
"url": "http://svn.webdav.org/repos/projects/neon/",
- "layout": "standard"
+ "layout": "standard",
+ "description": "Obsolete (use neon-git)"
+ },
+ "neon-git": {
+ "type": "git",
+ "url": "https://github.com/notroj/neon.git"
}
}