1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
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
---
--- 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>
|