Date: Monday, August 30, 2021 @ 20:20:18 Author: felixonmars Revision: 1010071
fix url (FS#71957) Modified: haskell-simple-get-opt/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-30 19:46:31 UTC (rev 1010070) +++ PKGBUILD 2021-08-30 20:20:18 UTC (rev 1010071) @@ -5,7 +5,7 @@ pkgver=0.4 pkgrel=2 pkgdesc="A simple library for processing command-line options." -url="git://github.com/yav/simple-get-opt.git" +url="https://github.com/yav/simple-get-opt.git" license=("BSD") arch=('x86_64') depends=('ghc-libs')
