Blob Blame History Raw
From 992d0d28e77ab6d6137acfc4e050df920e89e64e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= <rverschelde@gmail.com>
Date: Sat, 27 May 2017 20:44:43 +0200
Subject: [PATCH 1/2] appdata: Fix invalid homepage and screenshot URLs

Also change my email to the one used for distro packaging.

(cherry picked from commit 7b6794802d774ceae775de1ab8a76741c0307daf)
---
 dist/jumpnbump.appdata.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dist/jumpnbump.appdata.xml b/dist/jumpnbump.appdata.xml
index cf09347..0d130b2 100644
--- a/dist/jumpnbump.appdata.xml
+++ b/dist/jumpnbump.appdata.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2017 Rémi Verschelde <remi@verschelde.fr> -->
+<!-- Copyright 2017 Rémi Verschelde <rverschelde@gmail.com> -->
 <component type="desktop">
   <id>jumpnbump.desktop</id>
   <metadata_license>CC0-1.0</metadata_license>
@@ -42,10 +42,10 @@
   </content_rating>
   <screenshots>
     <screenshot type="default" width="800" height="512">
-      https://raw.githubusercontent.com/MCMic/jumpnbump/master/dist/screenshot.png
+      https://gitlab.com/LibreGames/jumpnbump/raw/master/dist/screenshot.png
     </screenshot>
   </screenshots>
   <translation/>
-  <url type="homepage">https://github.com/MCMic/jumpnbump</url>
-  <update_contact>remi_AT_verschelde.fr</update_contact>
+  <url type="homepage">https://gitlab.com/LibreGames/jumpnbump</url>
+  <update_contact>rverschelde_AT_gmail.com</update_contact>
 </component>
-- 
2.13.0