[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/05: gnu: ghc-uniplate: Use a working home page.
From: |
guix-commits |
Subject: |
03/05: gnu: ghc-uniplate: Use a working home page. |
Date: |
Thu, 16 Jul 2020 21:05:07 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit f5d88758be48b4e10991a35fc855e03801bea56e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jul 17 01:01:50 2020 +0200
gnu: ghc-uniplate: Use a working home page.
* gnu/packages/haskell-xyz.scm (ghc-uniplate)[home-page]: Update.
---
gnu/packages/haskell-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index ce1259e..54c7765 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -13457,7 +13457,7 @@ constant-time:
`(("ghc-syb" ,ghc-syb)
("ghc-hashable" ,ghc-hashable)
("ghc-unordered-containers" ,ghc-unordered-containers)))
- (home-page "http://community.haskell.org/~ndm/uniplate/")
+ (home-page "https://github.com/ndmitchell/uniplate")
(synopsis "Simple, concise and fast generic operations")
(description "Uniplate is a library for writing simple and concise generic
operations. Uniplate has similar goals to the original Scrap Your Boilerplate