summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-07 22:53:50 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:46:50 +0100
commitd6a7f2bde32c01e0b66d313c91c3e9e79635bb1d (patch)
tree187149fc0a76bdbb94ac768a20ea5c23ab697c0d
parente4bd125c8a939c60339237f6f829ec14461caf91 (diff)
downloadlorries-d6a7f2bde32c01e0b66d313c91c3e9e79635bb1d.tar.gz
Update mirroring of SCons
SCons moved from Bitbucket to GitHub. Since it switched from Mercurial to Git, use a different name for the new mirror. Mark the old mirror as obsolete.
-rw-r--r--open-source-lorries/scons.lorry7
1 files changed, 6 insertions, 1 deletions
diff --git a/open-source-lorries/scons.lorry b/open-source-lorries/scons.lorry
index 367271f..841737e 100644
--- a/open-source-lorries/scons.lorry
+++ b/open-source-lorries/scons.lorry
@@ -1,6 +1,11 @@
{
"scons": {
"type": "hg",
- "url": "https://bitbucket.org/scons/scons"
+ "url": "https://bitbucket.org/scons/scons",
+ "description": "Obsolete (use scons-git)"
+ },
+ "scons-git": {
+ "type": "git",
+ "url": "https://github.com/SCons/scons.git"
}
}