summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 13:48:05 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:48:34 +0100
commite284e1995046caa99f2cc2fcedf38af146edf85c (patch)
tree366eb51bf1aa2db391d8b12d1cf41c02f90776c9
parentd4918d93aefdd41a29f989aa3a2a483ecbf5c7c2 (diff)
downloadlorries-e284e1995046caa99f2cc2fcedf38af146edf85c.tar.gz
Update mirroring of sloccount
sloccount is still on Sourceforge but has converted 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/sloccount.lorry7
1 files changed, 6 insertions, 1 deletions
diff --git a/open-source-lorries/sloccount.lorry b/open-source-lorries/sloccount.lorry
index 69e3c39..01285f5 100644
--- a/open-source-lorries/sloccount.lorry
+++ b/open-source-lorries/sloccount.lorry
@@ -2,6 +2,11 @@
"sloccount": {
"type": "svn",
"url": "svn://svn.code.sf.net/p/sloccount/code/",
- "layout": "standard"
+ "layout": "standard",
+ "description": "Obsolete (use sloccount-git)"
+ },
+ "sloccount-git": {
+ "type": "git",
+ "url": "https://git.code.sf.net/p/sloccount/code"
}
}