[rygel] flatpak: Fix missing ","
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] flatpak: Fix missing ","
- Date: Tue, 4 Jan 2022 15:11:49 +0000 (UTC)
commit c4cbaa2359253879d2b08ce63ba8243daf413b73
Author: Jens Georg <mail jensge org>
Date: Tue Jan 4 16:11:35 2022 +0100
flatpak: Fix missing ","
build-aux/org.gnome.Rygel.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/build-aux/org.gnome.Rygel.json b/build-aux/org.gnome.Rygel.json
index a04415916..db67d93ca 100644
--- a/build-aux/org.gnome.Rygel.json
+++ b/build-aux/org.gnome.Rygel.json
@@ -39,7 +39,7 @@
"sources" : [
{
"type" : "git",
- "url" : "https://gitlab.gnome.org/GNOME/gssdp.git/"
+ "url" : "https://gitlab.gnome.org/GNOME/gssdp.git/",
"branch" : "gssdp-1.4"
}
]
@@ -50,7 +50,7 @@
"sources" : [
{
"type" : "git",
- "url" : "https://gitlab.gnome.org/GNOME/gupnp.git/"
+ "url" : "https://gitlab.gnome.org/GNOME/gupnp.git/",
"branch" : "gupnp-1.4"
}
]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]