mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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:
parent
1a6d0d8c2d
commit
4723766b93
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue