[evolution/gnome-3-38] Flatpak: Change git URL for libcanberra
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-3-38] Flatpak: Change git URL for libcanberra
- Date: Wed, 30 Sep 2020 08:53:03 +0000 (UTC)
commit 8284ba671594f0db3acbcc1fb48bb79c1a1c00c4
Author: Milan Crha <mcrha redhat com>
Date: Wed Sep 30 10:47:29 2020 +0200
Flatpak: Change git URL for libcanberra
There could be an issue to clone it using http:// URL, thus
rather use git:// URL.
flatpak/org.gnome.Evolution-master.json | 2 +-
flatpak/org.gnome.Evolution-stable.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/flatpak/org.gnome.Evolution-master.json b/flatpak/org.gnome.Evolution-master.json
index 834631191b..3111c4d761 100644
--- a/flatpak/org.gnome.Evolution-master.json
+++ b/flatpak/org.gnome.Evolution-master.json
@@ -68,7 +68,7 @@
"sources": [
{
"type": "git",
- "url": "http://git.0pointer.net/clone/libcanberra.git";,
+ "url": "git://git.0pointer.net/libcanberra.git",
"branch": "master"
}
]
diff --git a/flatpak/org.gnome.Evolution-stable.json b/flatpak/org.gnome.Evolution-stable.json
index 422a68ac96..7064324690 100644
--- a/flatpak/org.gnome.Evolution-stable.json
+++ b/flatpak/org.gnome.Evolution-stable.json
@@ -67,7 +67,7 @@
"sources": [
{
"type": "git",
- "url": "http://git.0pointer.net/clone/libcanberra.git";,
+ "url": "git://git.0pointer.net/libcanberra.git",
"branch": "master"
}
]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]