summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 21:03:12 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-22 00:16:14 +0100
commit9137e66ba98f2cb2d150be503db9827c6ba3f443 (patch)
treeb983f9cd7af0470bd1f6027ab5830d9a7eba8d21
parentc080beb9c7d0e6b3d1405dd72e32cf8ef40815d5 (diff)
downloadpatches-9137e66ba98f2cb2d150be503db9827c6ba3f443.tar
patches-9137e66ba98f2cb2d150be503db9827c6ba3f443.tar.gz
gnu: ghc-tagsoup: Update home page.
* gnu/packages/haskell-web.scm (ghc-tagsoup)[home-page]: Use new (HTTPS) URI
-rw-r--r--gnu/packages/haskell-web.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index e5ec572e1d..c545a9928b 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -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")