mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ghc-tagsoup: Update home page.
* gnu/packages/haskell-web.scm (ghc-tagsoup)[home-page]: Use new (HTTPS) URI
This commit is contained in:
parent
c080beb9c7
commit
9137e66ba9
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue