summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-08 17:16:03 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:48:09 +0100
commit186cb837f15aa24f6993b7c949cfd0040b5b015f (patch)
tree02d8d51c13bb682c9cb90e853ff46f340237003e
parente6083d2134767bee3da0dd96cf25cd893cd015c3 (diff)
downloadlorries-186cb837f15aa24f6993b7c949cfd0040b5b015f.tar.gz
Update URLs for Colm Networks software
They moved from git.complang.org to GitHub.
-rw-r--r--open-source-lorries/colm.lorry2
-rw-r--r--open-source-lorries/ragel.lorry2
2 files changed, 2 insertions, 2 deletions
diff --git a/open-source-lorries/colm.lorry b/open-source-lorries/colm.lorry
index bef840e..6a485f9 100644
--- a/open-source-lorries/colm.lorry
+++ b/open-source-lorries/colm.lorry
@@ -1,7 +1,7 @@
{
"colm": {
"type": "git",
- "url": "git://git.complang.org/colm.git",
+ "url": "https://github.com/adriandt/colm.git",
"refspecs": [ "+refs/heads/*:refs/heads/*", "+refs/tags/*:refs/tags/*" ]
}
}
diff --git a/open-source-lorries/ragel.lorry b/open-source-lorries/ragel.lorry
index ad83054..9e1156c 100644
--- a/open-source-lorries/ragel.lorry
+++ b/open-source-lorries/ragel.lorry
@@ -1,7 +1,7 @@
{
"ragel": {
"type": "git",
- "url": "git://git.complang.org/ragel.git"
+ "url": "https://github.com/adriandt/ragel.git"
}
}