summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 01:21:01 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:48:34 +0100
commita1225eb1b8a094935766b79b8413dd38d7294286 (patch)
treec814d1c8a4cdf19ba2cdcc49c16e518fab020d03
parent595d33c17f4106be57df7c9d19e1474f4bc53a5b (diff)
downloadlorries-a1225eb1b8a094935766b79b8413dd38d7294286.tar.gz
Update mirroring of unionfs-fuse
unionfs-fuse moved from hg.rpodgorny.cz 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/unionfs-fuse.lorry7
1 files changed, 6 insertions, 1 deletions
diff --git a/open-source-lorries/unionfs-fuse.lorry b/open-source-lorries/unionfs-fuse.lorry
index f4b6635..8891e2d 100644
--- a/open-source-lorries/unionfs-fuse.lorry
+++ b/open-source-lorries/unionfs-fuse.lorry
@@ -1,6 +1,11 @@
{
"unionfs-fuse": {
"type": "hg",
- "url": "http://hg.podgorny.cz/unionfs-fuse"
+ "url": "http://hg.podgorny.cz/unionfs-fuse",
+ "description": "Obsolete (use unionfs-fuse-git)"
+ },
+ "unionfs-fuse-git": {
+ "type": "git",
+ "url": "https://github.com/rpodgorny/unionfs-fuse.git"
}
}