gnu: ghc-tagsoup: Update home page.

* gnu/packages/haskell-web.scm (ghc-tagsoup)[home-page]: Use new (HTTPS)
URI
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 21:03:12 +01:00
parent c080beb9c7
commit 9137e66ba9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -52,7 +52,7 @@ (define-public ghc-tagsoup
(build-system haskell-build-system)
(native-inputs
`(("ghc-quickcheck" ,ghc-quickcheck)))
(home-page "http://community.haskell.org/~ndm/tagsoup/")
(home-page "https://github.com/ndmitchell/tagsoup")
(synopsis
"Parsing and extracting information from (possibly malformed) HTML/XML
documents")