Date: Friday, October 14, 2022 @ 00:31:52 Author: felixonmars Revision: 1328145
fix url and license Modified: haskell-prettyprinter/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-14 00:11:15 UTC (rev 1328144) +++ PKGBUILD 2022-10-14 00:31:52 UTC (rev 1328145) @@ -5,8 +5,8 @@ pkgver=1.7.1 pkgrel=90 pkgdesc="A modern, easy to use, well-documented, extensible prettyprinter." -url="https://github.com/hspec/prettyprinter" -license=('custom:BSD2') +url="https://github.com/quchen/prettyprinter" +license=('BSD') arch=('x86_64') depends=('ghc-libs') makedepends=('ghc' 'haskell-doctest' 'haskell-pgp-wordlist' 'haskell-quickcheck-instances'
