diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-17 01:01:50 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-17 03:04:40 +0200 |
commit | f5d88758be48b4e10991a35fc855e03801bea56e (patch) | |
tree | de38a3547f63c4cde473e1f70dc827ded40999a9 /gnu/packages | |
parent | f1841ccf46625164268251d3c474f8722ccc74ee (diff) | |
download | guix-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')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 2 |
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 |