guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/15: gnu: hlint: Update home page.


From: guix-commits
Subject: 04/15: gnu: hlint: Update home page.
Date: Sun, 16 Feb 2020 23:29:42 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 19115138257768fad6467ef2c22428c013798357
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 19:42:31 2020 +0100

    gnu: hlint: Update home page.
    
    * gnu/packages/haskell-apps.scm (hlint)[home-page]: Use source
    repository.
---
 gnu/packages/haskell-apps.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 767f0c7..3cf6eea 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]