summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 01:02:02 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:48:34 +0100
commitcc8385cd9bca8ae3aab9799cf88407db30b0509a (patch)
treef8a6cf474757b35cc1b6e6020a7bd19496d8ee94
parentace79e5975f8395e26f1f1f329bdcb93ab31fc17 (diff)
downloadlorries-cc8385cd9bca8ae3aab9799cf88407db30b0509a.tar.gz
Update mirroring of i2c-tools
i2c-tools migrated from lm-sensors.org to git.kernel.org. Since it switched from Subversion to Git, use a different name for the new mirror. Mark the old mirror as obsolete.
-rw-r--r--open-source-lorries/i2c-tools.lorry7
1 files changed, 6 insertions, 1 deletions
diff --git a/open-source-lorries/i2c-tools.lorry b/open-source-lorries/i2c-tools.lorry
index 595c1e8..260989d 100644
--- a/open-source-lorries/i2c-tools.lorry
+++ b/open-source-lorries/i2c-tools.lorry
@@ -2,6 +2,11 @@
"i2c-tools": {
"type": "svn",
"url": "http://lm-sensors.org/svn/i2c-tools",
- "layout": "standard"
+ "layout": "standard",
+ "description": "Obsolete (use i2c-tools-git)"
+ },
+ "i2c-tools-git": {
+ "type": "git",
+ "url": "https://git.kernel.org/pub/scm/utils/i2c-tools/i2c-tools.git"
}
}