Date: Friday, January 3, 2020 @ 22:32:35 Author: felixonmars Revision: 547768
fix url Modified: haskell-tzdata/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-03 22:29:48 UTC (rev 547767) +++ PKGBUILD 2020-01-03 22:32:35 UTC (rev 547768) @@ -5,7 +5,7 @@ pkgver=0.1.20190325.0 pkgrel=1 pkgdesc="Haskell package that distributes the standard time zone database" -url="https://github.com/nilcons/tzdata" +url="https://github.com/nilcons/haskell-tzdata" license=('Apache') arch=('x86_64') depends=('ghc-libs' 'haskell-vector')
