summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-xyz.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-07-17 01:01:50 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-07-17 03:04:40 +0200
commitf5d88758be48b4e10991a35fc855e03801bea56e (patch)
treede38a3547f63c4cde473e1f70dc827ded40999a9 /gnu/packages/haskell-xyz.scm
parentf1841ccf46625164268251d3c474f8722ccc74ee (diff)
downloadguix-patches-f5d88758be48b4e10991a35fc855e03801bea56e.tar
guix-patches-f5d88758be48b4e10991a35fc855e03801bea56e.tar.gz
gnu: ghc-uniplate: Use a working home page.
* gnu/packages/haskell-xyz.scm (ghc-uniplate)[home-page]: Update.
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-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 ce1259ed4b..54c77653cc 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