git » dos2unix.git » commit 6664bf3

use https for url=

author Jelle van der Waa
2019-02-18 15:59:38 UTC
committer Jelle van der Waa
2019-02-18 15:59:38 UTC
parent ccf060a568f5bcb2ba4cbe273c2b93d18179a2c2

use https for url=

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 9f99610..60e39d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=7.4.0
 pkgrel=1
 pkgdesc='Text file format converter'
 arch=('x86_64')
-url='http://waterlan.home.xs4all.nl/dos2unix.html'
+url='https://waterlan.home.xs4all.nl/dos2unix.html'
 license=('BSD')
 depends=('glibc')
 makedepends=('perl')