File: use-https-urls-in-appstream-data

package info (click to toggle)
mu-editor 1.0.3%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,440 kB
  • sloc: python: 16,321; makefile: 129; xml: 29; sh: 7
file content (18 lines) | stat: -rw-r--r-- 744 bytes parent folder | download | duplicates (2)
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>