summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-07 19:25:46 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:46:13 +0100
commit957211140b4b7945b29c06e68e69201ed2f2a9bc (patch)
tree21d574c9db7e54e8300d296313bfa038ef15ed71
parentb5652b9c72b424a5f8261d2231520a33802cdcaa (diff)
downloadlorries-957211140b4b7945b29c06e68e69201ed2f2a9bc.tar.gz
Update mirroring of Go
Go moved from Google Code to GitHub, and we already have a mirror of the new repository. Mark the old mirror as obsolete.
-rw-r--r--open-source-lorries/go.lorry3
1 files changed, 2 insertions, 1 deletions
diff --git a/open-source-lorries/go.lorry b/open-source-lorries/go.lorry
index 0aa62bf..eb64126 100644
--- a/open-source-lorries/go.lorry
+++ b/open-source-lorries/go.lorry
@@ -1,6 +1,7 @@
{
"go": {
"type": "hg",
- "url": "https://code.google.com/p/go"
+ "url": "https://code.google.com/p/go",
+ "description": "Obsolete (use go-git)"
}
}