From c951cc35d0a1bc10fbfc2117be0a2851372dd769 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Wed, 20 Jun 2018 16:43:25 +0200 Subject: Flatpak: Don't use git to refer to the same repo --- dist/flatpak/org.kde.kube.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/flatpak/org.kde.kube.json b/dist/flatpak/org.kde.kube.json index 7a79949f..e48fbffa 100644 --- a/dist/flatpak/org.kde.kube.json +++ b/dist/flatpak/org.kde.kube.json @@ -121,7 +121,7 @@ "config-opts": ["-DENABLE_TESTING=OFF", "-DCMAKE_INSTALL_LIBDIR=lib"], "name": "kube", "buildsystem": "cmake-ninja", - "sources": [ { "type": "git", "url": "git://anongit.kde.org/kube.git", "branch": "develop" } ] + "sources": [ { "type": "dir", "path": "..", "skip": [".git"] } ] } ] } -- cgit v1.2.3