gnu: ghc-tagsoup: Update home page.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sat, 18 Jan 2020 20:03:12 +0000 (21:03 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Fri, 21 Feb 2020 23:16:14 +0000 (00:16 +0100)
* gnu/packages/haskell-web.scm (ghc-tagsoup)[home-page]: Use new (HTTPS)
URI

gnu/packages/haskell-web.scm

index e5ec572..c545a99 100644 (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")