gnu: hlint: Update home page.
* gnu/packages/haskell-apps.scm (hlint)[home-page]: Use source repository.
This commit is contained in:
parent
6db6bcf715
commit
1911513825
1 changed files with 1 additions and 1 deletions
|
@ -442,7 +442,7 @@ (define-public hlint
|
||||||
("ghc-aeson" ,ghc-aeson)
|
("ghc-aeson" ,ghc-aeson)
|
||||||
("ghc-lib-parser" ,ghc-lib-parser)
|
("ghc-lib-parser" ,ghc-lib-parser)
|
||||||
("hscolour" ,hscolour)))
|
("hscolour" ,hscolour)))
|
||||||
(home-page "http://community.haskell.org/~ndm/hlint/")
|
(home-page "https://github.com/ndmitchell/hlint")
|
||||||
(synopsis "Suggest improvements for Haskell source code")
|
(synopsis "Suggest improvements for Haskell source code")
|
||||||
(description "HLint reads Haskell programs and suggests changes that
|
(description "HLint reads Haskell programs and suggests changes that
|
||||||
hopefully make them easier to read. HLint also makes it easy to disable
|
hopefully make them easier to read. HLint also makes it easy to disable
|
||||||
|
|
Loading…
Reference in a new issue