git » tumbler.git » commit dda6c73

Use HTTPS in url field

author Evangelos Foutras
2019-03-14 15:34:07 UTC
committer Evangelos Foutras
2019-03-14 15:34:07 UTC
parent 1dc3009c50b9190cf824d617c012364fcf0cf786

Use HTTPS in url field

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 5f1f3cb..b217314 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=0.2.3
 pkgrel=2
 pkgdesc="D-Bus service for applications to request thumbnails"
 arch=('x86_64')
-url="http://www.xfce.org/"
+url="https://www.xfce.org/"
 license=('GPL2' 'LGPL')
 groups=('xfce4')
 depends=('gdk-pixbuf2')