From d076e254caac2bf4531bab48185d45189d2df278 Mon Sep 17 00:00:00 2001 From: soumyadghosh Date: Fri, 2 Feb 2024 20:45:32 +0530 Subject: [PATCH] fix the flatpak manifest --- io.github.amit9838.weather.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/io.github.amit9838.weather.json b/io.github.amit9838.weather.json index d946c11..de8f998 100644 --- a/io.github.amit9838.weather.json +++ b/io.github.amit9838.weather.json @@ -30,10 +30,8 @@ "buildsystem" : "meson", "sources" : [ { - "type" : "git", - "tag" : "v1.0.1", - "commit" : "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", - "url" : "https://github.com/amit9838/weather.git" + "type" : "dir", + "path" : ".." } ] }