From: Python Applications Packaging Team
 <python-apps-team@lists.alioth.debian.org>
Date: Sun, 24 May 2020 10:21:35 -0700
Subject: use-https-urls-in-appstream-data

Where available, provide HTTPS URLs in AppStream metadata
Author: Nick Morrott <nickm@debian.org>
Forwarded: https://github.com/mu-editor/mu/pull/951
Last-Update: 2019-11-04
---
 conf/mu.appdata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/mu.appdata.xml b/conf/mu.appdata.xml
index 1e64ce4..deea974 100644
--- a/conf/mu.appdata.xml
+++ b/conf/mu.appdata.xml
@@ -20,8 +20,8 @@
         <p>Mu is written in Python and works on Windows, OSX, Linux and
         Raspberry Pi.</p>
 	</description>
-	<url type="homepage">http://codewith.mu/</url>
-	<url type="help">http://codewith.mu/tutorials/</url>
+	<url type="homepage">https://codewith.mu/</url>
+	<url type="help">https://codewith.mu/tutorials/</url>
 	<url type="bugtracker">https://github.com/mu-editor/mu/issues</url>
 	<project_group>mu-editor</project_group>
 	<developer_name>Nicholas H.Tollervey</developer_name>
