[fractal] Flatpak: include the .git suffix in the libhandy uri



commit 79b3a872345ccb726315f4c1875c203e35bca27f
Author: Jordan Petridis <jordan centricular com>
Date:   Fri Dec 21 18:35:51 2018 +0200

    Flatpak: include the .git suffix in the libhandy uri
    
    This is required to work with older versions of git

 flatpak/org.gnome.Fractal.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/flatpak/org.gnome.Fractal.json b/flatpak/org.gnome.Fractal.json
index 5d1dbb6..e99df73 100644
--- a/flatpak/org.gnome.Fractal.json
+++ b/flatpak/org.gnome.Fractal.json
@@ -54,7 +54,7 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "https://source.puri.sm/Librem5/libhandy";
+                    "url" : "https://source.puri.sm/Librem5/libhandy.git";
                 }
             ]
         },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]