From e284e1995046caa99f2cc2fcedf38af146edf85c Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Wed, 9 Sep 2020 13:48:05 +0100 Subject: 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. --- open-source-lorries/sloccount.lorry | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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" } } -- cgit v1.2.1