gnu: ghc-regex-tdfa: Update home page.

* gnu/packages/haskell-xyz.scm (ghc-regex-tdfa)[home-page]: Update.
This commit is contained in:
Tobias Geerinckx-Rice 2020-04-10 21:29:56 +02:00
parent 5714920a96
commit 90b74c6fba
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -9745,7 +9745,7 @@ (define-public ghc-regex-tdfa
(build-system haskell-build-system)
(inputs
`(("ghc-regex-base" ,ghc-regex-base)))
(home-page "https://github.com/ChrisKuklewicz/regex-tdfa")
(home-page "https://github.com/haskell-hvr/regex-tdfa")
(synopsis "POSIX extended regular expressions in Haskell.")
(description
"Regex-tdfa is a pure Haskell regular expression library implementing POSIX