[gnome-weather] flatpak: fix URL of gnome-weather HTTPS git repo



commit 6f49099293d751d1b7782b87fe9bece820cae0c0
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon May 8 13:22:49 2017 -0700

    flatpak: fix URL of gnome-weather HTTPS git repo
    
    The canonical repo is https://git.gnome.org/browse/gnome-weather -- not
    https://git.gnome.org/cgit/gnome-weather

 org.gnome.Weather.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/org.gnome.Weather.json b/org.gnome.Weather.json
index a256fbd..7cf57b6 100644
--- a/org.gnome.Weather.json
+++ b/org.gnome.Weather.json
@@ -64,7 +64,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "https://git.gnome.org/cgit/gnome-weather";,
+                    "url": "https://git.gnome.org/browse/gnome-weather";,
                     "branch": "3.24.0"
                 }
             ]


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