From a82aa2a2cbf727917f2a7ecf9bb37d5a40207324 Mon Sep 17 00:00:00 2001 From: Daudix_UFO Date: Tue, 16 May 2023 23:42:46 +0300 Subject: [PATCH] meta: Add .git to end of blueprint-compiler url --- build-aux/flatpak/page.codeberg.Imaginer.Imaginer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/flatpak/page.codeberg.Imaginer.Imaginer.json b/build-aux/flatpak/page.codeberg.Imaginer.Imaginer.json index 6b052a9..5a7dc54 100644 --- a/build-aux/flatpak/page.codeberg.Imaginer.Imaginer.json +++ b/build-aux/flatpak/page.codeberg.Imaginer.Imaginer.json @@ -31,7 +31,7 @@ "sources" : [ { "type" : "git", - "url" : "https://gitlab.gnome.org/jwestman/blueprint-compiler", + "url" : "https://gitlab.gnome.org/jwestman/blueprint-compiler.git", "tag" : "v0.8.0" } ]