summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}
}