ngz pushed a commit to branch master
in repository guix.

commit 3f3b8e1a85f1b8ecf2570979c77c3a3cc94eb7db
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Feb 28 11:11:37 2021 +0100

    gnu: ghc-indents: Update home page.
    
    * gnu/packages/haskell-xyz.scm (ghc-indents)[home-page]: Update URL.
---
 gnu/packages/haskell-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 47ee71b..1fa7310 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -24,7 +24,7 @@
 ;;; Copyright © 2019 Alex Griffin <[email protected]>
 ;;; Copyright © 2020 Brett Gilio <[email protected]>
 ;;; Copyright © 2020 JoJo <[email protected]>
-;;; Copyright © 2020 Nicolas Goaziou <[email protected]>
+;;; Copyright © 2020, 2021 Nicolas Goaziou <[email protected]>
 ;;; Copyright © 2020 Alexandru-Sergiu Marton <[email protected]>
 ;;; Copyright © 2020 Carlo Holl <[email protected]>
 ;;; Copyright © 2020 Christopher Lemmer Webber <[email protected]>
@@ -6432,7 +6432,7 @@ monads with anaphoric variants on @code{if} and 
@code{when} and a C-like
     (native-inputs
      `(("ghc-tasty" ,ghc-tasty)
        ("ghc-tasty-hunit" ,ghc-tasty-hunit)))
-    (home-page "http://patch-tag.com/r/salazar/indents";)
+    (home-page "https://github.com/jaspervdj/indents";)
     (synopsis "Indentation sensitive parser-combinators for parsec")
     (description
      "This library provides functions for use in parsing indentation sensitive

Reply via email to