summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-01-04 16:11:35 +0100
committerJens Georg <mail@jensge.org>2022-01-04 16:11:35 +0100
commitc4cbaa2359253879d2b08ce63ba8243daf413b73 (patch)
tree69e39adce916324c35e99081a1e0eed1ded8e981
parent9d0cdbfac5bb4857f88b25561bb600f74a6e7412 (diff)
downloadrygel-c4cbaa2359253879d2b08ce63ba8243daf413b73.tar.gz
flatpak: Fix missing ","
-rw-r--r--build-aux/org.gnome.Rygel.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/org.gnome.Rygel.json b/build-aux/org.gnome.Rygel.json
index a0441591..db67d93c 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"
}
]