[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/05: gnu: ghc-missingh: Update home page.
From: |
guix-commits |
Subject: |
02/05: gnu: ghc-missingh: Update home page. |
Date: |
Thu, 16 Jul 2020 21:05:07 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit f1841ccf46625164268251d3c474f8722ccc74ee
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jul 17 00:58:23 2020 +0200
gnu: ghc-missingh: Update home page.
* gnu/packages/haskell-xyz.scm (ghc-missingh)[home-page]: Update.
---
gnu/packages/haskell-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 5f43e93..ce1259e 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -7625,7 +7625,8 @@ used both from lens and microlens).")
`(("ghc-errorcall-eq-instance" ,ghc-errorcall-eq-instance)
("ghc-quickcheck" ,ghc-quickcheck)
("ghc-hunit" ,ghc-hunit)))
- (home-page "https://software.complete.org/missingh")
+ ;; ‘Official’ <http://software.complete.org/missingh> redirects to a 404.
+ (home-page "https://github.com/haskell-hvr/missingh")
(synopsis "Large utility library")
(description
"MissingH is a library of all sorts of utility functions for Haskell