summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlice BRENON <alice.brenon@ens-lyon.fr>2021-09-08 17:26:37 +0200
committerArun Isaac <arunisaac@systemreboot.net>2021-09-09 21:30:59 +0530
commit77674643a390c33ba63fde65be0da2cc135f49a7 (patch)
treeb836e6ab0ad96aa1b56651db9fc649eb6007fede
parent14bcd6804ffe14613847bf093cc451cedddb02cc (diff)
gnu: ghc-pandoc-types: Update home page.
* gnu/packages/haskell-xyz.scm (ghc-pandoc-types)[home-page]: Update. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
-rw-r--r--gnu/packages/haskell-xyz.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index c12f97802ed..f421458e15a 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -28,6 +28,7 @@
28;;; Copyright © 2020 Alexandru-Sergiu Marton <brown121407@member.fsf.org> 28;;; Copyright © 2020 Alexandru-Sergiu Marton <brown121407@member.fsf.org>
29;;; Copyright © 2020 Carlo Holl <carloholl@gmail.com> 29;;; Copyright © 2020 Carlo Holl <carloholl@gmail.com>
30;;; Copyright © 2020 Christine Lemmer-Webber <cwebber@dustycloud.org> 30;;; Copyright © 2020 Christine Lemmer-Webber <cwebber@dustycloud.org>
31;;; Copyright © 2021 Alice BRENON <alice.brenon@ens-lyon.fr>
31;;; 32;;;
32;;; This file is part of GNU Guix. 33;;; This file is part of GNU Guix.
33;;; 34;;;
@@ -9765,7 +9766,7 @@ version = Version [~a] []
9765 ("ghc-test-framework-hunit" ,ghc-test-framework-hunit) 9766 ("ghc-test-framework-hunit" ,ghc-test-framework-hunit)
9766 ("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2) 9767 ("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)
9767 ("ghc-hunit" ,ghc-hunit))) 9768 ("ghc-hunit" ,ghc-hunit)))
9768 (home-page "https://johnmacfarlane.net/pandoc") 9769 (home-page "https://pandoc.org")
9769 (synopsis "Types for representing a structured document") 9770 (synopsis "Types for representing a structured document")
9770 (description 9771 (description
9771 "This module defines the @code{Pandoc} data structure, which is used by 9772 "This module defines the @code{Pandoc} data structure, which is used by