From ee7b194b7809341d94c1c85fa57982442e386829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Rudowicz?= Date: Sat, 14 May 2022 22:15:38 +0200 Subject: [PATCH] Fixed type in flatpak manifest --- eu.fl9.hamlocator.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eu.fl9.hamlocator.json b/eu.fl9.hamlocator.json index 9db5abb..5a1917f 100644 --- a/eu.fl9.hamlocator.json +++ b/eu.fl9.hamlocator.json @@ -31,8 +31,8 @@ "buildsystem" : "meson", "sources" : [ { - "type" : "git", - "url" : "." + "type" : "dir", + "path" : "." } ] },