Make the urls in the appdata file use https release-2.x.y

Sun, 07 Jun 2020 02:36:30 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Sun, 07 Jun 2020 02:36:30 -0500
branch
release-2.x.y
changeset 40435
9e804a51ece1
parent 40434
e3164aa14057
child 40445
f4697fc7e8f7

Make the urls in the appdata file use https

pidgin/data/pidgin.appdata.xml.in file | annotate | diff | comparison | revisions
--- a/pidgin/data/pidgin.appdata.xml.in	Sun Jun 07 02:18:20 2020 -0500
+++ b/pidgin/data/pidgin.appdata.xml.in	Sun Jun 07 02:36:30 2020 -0500
@@ -18,10 +18,10 @@
       time.
     </_p>
   </description>
-  <url type="homepage">http://www.pidgin.im/</url>
+  <url type="homepage">https://www.pidgin.im/</url>
   <screenshots>
     <screenshot type="default">
-      <image>http://old.pidgin.im/shared/img/contact_window.png</image>
+      <image>https://old.pidgin.im/shared/img/contact_window.png</image>
       <_caption>The buddy list showing friends on different networks.</_caption>
     </screenshot>
   </screenshots>

mercurial