me
/
guix
Archived
1
0
Fork 0

gnu: ghc-tagsoup: Update home page.

* gnu/packages/haskell-web.scm (ghc-tagsoup)[home-page]: Use new (HTTPS)
URI
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
(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")