summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 19:42:31 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-17 03:21:06 +0100
commit19115138257768fad6467ef2c22428c013798357 (patch)
treeade802b037f097e1314eb101497d70188ef66391
parent6db6bcf71570e7d667ea5918c67016d0d3076650 (diff)
downloadpatches-19115138257768fad6467ef2c22428c013798357.tar
patches-19115138257768fad6467ef2c22428c013798357.tar.gz
gnu: hlint: Update home page.
* gnu/packages/haskell-apps.scm (hlint)[home-page]: Use source repository.
-rw-r--r--gnu/packages/haskell-apps.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 767f0c7f99..3cf6eeafee 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -442,7 +442,7 @@ used to keep a folder in sync between computers.")
("ghc-aeson" ,ghc-aeson)
("ghc-lib-parser" ,ghc-lib-parser)
("hscolour" ,hscolour)))
- (home-page "http://community.haskell.org/~ndm/hlint/")
+ (home-page "https://github.com/ndmitchell/hlint")
(synopsis "Suggest improvements for Haskell source code")
(description "HLint reads Haskell programs and suggests changes that
hopefully make them easier to read. HLint also makes it easy to disable