summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 22:36:00 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 23:18:23 +0100
commit08340b1d5e935864af075c9378da63687f23201b (patch)
tree5339c93c03680d010b026fa9de8002054dd006e4
parent7d01c2176242ee3c5085cd96af6bfb27a33de325 (diff)
downloadlorries-08340b1d5e935864af075c9378da63687f23201b.tar.gz
Update mirroring of lighttpd
lighttpd switched from Subversion to Git.. Add a new mirror for the git repository and mark the old mirror as obsolete.
-rw-r--r--open-source-lorries/lighttpd.lorry7
1 files changed, 6 insertions, 1 deletions
diff --git a/open-source-lorries/lighttpd.lorry b/open-source-lorries/lighttpd.lorry
index 57908b4..609bf65 100644
--- a/open-source-lorries/lighttpd.lorry
+++ b/open-source-lorries/lighttpd.lorry
@@ -2,6 +2,11 @@
"lighttpd": {
"type": "svn",
"url": "svn://svn.lighttpd.net/lighttpd",
- "layout": "standard"
+ "layout": "standard",
+ "description": "Obsolete (use lighttpd-git)"
+ },
+ "lighttpd-git": {
+ "type": "git",
+ "url": "https://git.lighttpd.net/lighttpd/lighttpd1.4.git"
}
}