gnu: ghc-regex-pcre-builtin: Update home page.

* gnu/packages/haskell-xyz.scm (ghc-regex-pcre-builtin)[home-page]: Set to the
correct home page, not the alternative 'ghc-regex-pcre' library.
This commit is contained in:
Marius Bakke 2020-06-09 14:05:09 +02:00
parent 1a6d0d8c2d
commit 4723766b93
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -10264,7 +10264,7 @@ (define-public ghc-regex-pcre-builtin
(build-system haskell-build-system)
(inputs
`(("ghc-regex-base" ,ghc-regex-base)))
(home-page "https://hackage.haskell.org/package/regex-pcre")
(home-page "https://hackage.haskell.org/package/regex-pcre-builtin")
(synopsis "Enhancement of the builtin Text.Regex library")
(description
"This package is an enhancement of the @code{Text.Regex} library,