summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 21:09:51 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-22 00:16:15 +0100
commit2b62f5d0f7a8a965533a7d2c95e707d8a5793b33 (patch)
treecad0274829d241c8bdc99e7a1db34b504cbcf5d2
parent60783303ed211be287fc6224a89a3edafaeab436 (diff)
downloadpatches-2b62f5d0f7a8a965533a7d2c95e707d8a5793b33.tar
patches-2b62f5d0f7a8a965533a7d2c95e707d8a5793b33.tar.gz
gnu: ghc-xml: Update home page.
Before code.galois.com vanished, it redirected here. * gnu/packages/haskell-xyz.scm (ghc-xml)[home-page]: Use new (HTTPS) URI.
-rw-r--r--gnu/packages/haskell-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index f9644ecd9a..885876d77b 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -13224,7 +13224,7 @@ parts.")
(base32
"0g814lj7vaxvib2g3r734221k80k7ap9czv9hinifn8syals3l9j"))))
(build-system haskell-build-system)
- (home-page "http://code.galois.com")
+ (home-page "https://github.com/GaloisInc/xml")
(synopsis "Simple XML library for Haskell")
(description "This package provides a simple XML library for Haskell.")
(license license:bsd-3)))