[console/wip/cdavis/fix-screenshot-path] metainfo: Fix screenshot path




commit a81ed11318e108813c38673e2fc42f32ec074ce4
Author: Christopher Davis <christopherdavis gnome org>
Date:   Thu Dec 23 18:59:09 2021 -0800

    metainfo: Fix screenshot path
    
    The path was pointing to the old repo URL
    and the master branch. This commit
    changes the URL to the new path and uses
    HEAD in case we change the main branch name
    in the future.

 data/org.gnome.Console.metainfo.xml.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/org.gnome.Console.metainfo.xml.in.in b/data/org.gnome.Console.metainfo.xml.in.in
index 764a622..617e365 100644
--- a/data/org.gnome.Console.metainfo.xml.in.in
+++ b/data/org.gnome.Console.metainfo.xml.in.in
@@ -26,7 +26,7 @@
   </requires>
   <screenshots>
     <screenshot type="default">
-      <image height="509" 
width="694">https://gitlab.gnome.org/zanderbrown/kgx/raw/master/data/screenshots/01-Terminal.png</image>
+      <image height="509" 
width="694">https://gitlab.gnome.org/GNOME/console/raw/HEAD/data/screenshots/01-Terminal.png</image>
       <caption>Terminal window</caption>
     </screenshot>
   </screenshots>


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