Sun, 07 Jun 2020 02:36:30 -0500
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>