summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-08 20:20:18 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:48:09 +0100
commit1e2784eca97d300ec3938194c0499f1d6c3e73ef (patch)
treea5e4e85bc4a5678083b65a715b84eb305506bc8a
parentf3c0961f75bc4c2a84eb3c588d5a4300370a2e63 (diff)
downloadlorries-1e2784eca97d300ec3938194c0499f1d6c3e73ef.tar.gz
Update URLs for xiph.org repositories
The repositories on git.xiph.org have moved to a GitLab instance at gitlab.xiph.org. Also mark the old ogg mirror (last updated in 2015) as obsolete.
-rw-r--r--open-source-lorries/flac.lorry2
-rw-r--r--open-source-lorries/libvorbis-git.lorry2
-rw-r--r--open-source-lorries/ogg-git.lorry2
-rw-r--r--open-source-lorries/ogg.lorry3
-rw-r--r--open-source-lorries/opus.lorry2
-rw-r--r--open-source-lorries/tremor.lorry2
6 files changed, 7 insertions, 6 deletions
diff --git a/open-source-lorries/flac.lorry b/open-source-lorries/flac.lorry
index baab114..ccf4b60 100644
--- a/open-source-lorries/flac.lorry
+++ b/open-source-lorries/flac.lorry
@@ -1,6 +1,6 @@
{
"flac": {
"type": "git",
- "url": "git://git.xiph.org/flac.git"
+ "url": "https://gitlab.xiph.org/xiph/flac.git"
}
}
diff --git a/open-source-lorries/libvorbis-git.lorry b/open-source-lorries/libvorbis-git.lorry
index 68e1070..3aaac90 100644
--- a/open-source-lorries/libvorbis-git.lorry
+++ b/open-source-lorries/libvorbis-git.lorry
@@ -1,6 +1,6 @@
{
"libvorbis-git": {
"type": "git",
- "url": "git://git.xiph.org/vorbis.git"
+ "url": "https://gitlab.xiph.org/xiph/vorbis.git"
}
}
diff --git a/open-source-lorries/ogg-git.lorry b/open-source-lorries/ogg-git.lorry
index 43156be..ecd084b 100644
--- a/open-source-lorries/ogg-git.lorry
+++ b/open-source-lorries/ogg-git.lorry
@@ -1,6 +1,6 @@
{
"ogg-git": {
"type": "git",
- "url": "git://git.xiph.org/ogg.git"
+ "url": "https://gitlab.xiph.org/xiph/ogg.git"
}
}
diff --git a/open-source-lorries/ogg.lorry b/open-source-lorries/ogg.lorry
index b65f0ff..c917619 100644
--- a/open-source-lorries/ogg.lorry
+++ b/open-source-lorries/ogg.lorry
@@ -1,6 +1,7 @@
{
"ogg": {
"type": "git",
- "url": "git://git.xiph.org/mirrors/ogg.git"
+ "url": "git://git.xiph.org/mirrors/ogg.git",
+ "description": "Obsolete (use ogg-git)"
}
}
diff --git a/open-source-lorries/opus.lorry b/open-source-lorries/opus.lorry
index 488b3c2..69a76b6 100644
--- a/open-source-lorries/opus.lorry
+++ b/open-source-lorries/opus.lorry
@@ -1,6 +1,6 @@
{
"opus": {
"type": "git",
- "url": "git://git.xiph.org/opus.git"
+ "url": "https://gitlab.xiph.org/xiph/opus.git"
}
}
diff --git a/open-source-lorries/tremor.lorry b/open-source-lorries/tremor.lorry
index b9e8d15..a77ebbf 100644
--- a/open-source-lorries/tremor.lorry
+++ b/open-source-lorries/tremor.lorry
@@ -1,6 +1,6 @@
{
"tremor": {
"type": "git",
- "url": "git://git.xiph.org/tremor.git"
+ "url": "https://gitlab.xiph.org/xiph/tremor.git"
}
}