gnu: ghc-uniplate: Use a working home page.

* gnu/packages/haskell-xyz.scm (ghc-uniplate)[home-page]: Update.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-17 01:01:50 +02:00
parent f1841ccf46
commit f5d88758be
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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