diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-17 00:58:23 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-17 03:04:40 +0200 |
commit | f1841ccf46625164268251d3c474f8722ccc74ee (patch) | |
tree | 1a861e1c65a9bd9bdc488ba5168afb4817338a56 /gnu | |
parent | 33c154d6a5cd4f586b833ebd5d34f4f44339b0ba (diff) |
gnu: ghc-missingh: Update home page.
* gnu/packages/haskell-xyz.scm (ghc-missingh)[home-page]: Update.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 5f43e93108..ce1259ed4b 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 |