mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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>
This commit is contained in:
parent
14bcd6804f
commit
77674643a3
1 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,7 @@
|
||||||
;;; Copyright © 2020 Alexandru-Sergiu Marton <brown121407@member.fsf.org>
|
;;; Copyright © 2020 Alexandru-Sergiu Marton <brown121407@member.fsf.org>
|
||||||
;;; Copyright © 2020 Carlo Holl <carloholl@gmail.com>
|
;;; Copyright © 2020 Carlo Holl <carloholl@gmail.com>
|
||||||
;;; Copyright © 2020 Christine Lemmer-Webber <cwebber@dustycloud.org>
|
;;; Copyright © 2020 Christine Lemmer-Webber <cwebber@dustycloud.org>
|
||||||
|
;;; Copyright © 2021 Alice BRENON <alice.brenon@ens-lyon.fr>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -9765,7 +9766,7 @@ (define-public ghc-pandoc-types
|
||||||
("ghc-test-framework-hunit" ,ghc-test-framework-hunit)
|
("ghc-test-framework-hunit" ,ghc-test-framework-hunit)
|
||||||
("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)
|
("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)
|
||||||
("ghc-hunit" ,ghc-hunit)))
|
("ghc-hunit" ,ghc-hunit)))
|
||||||
(home-page "https://johnmacfarlane.net/pandoc")
|
(home-page "https://pandoc.org")
|
||||||
(synopsis "Types for representing a structured document")
|
(synopsis "Types for representing a structured document")
|
||||||
(description
|
(description
|
||||||
"This module defines the @code{Pandoc} data structure, which is used by
|
"This module defines the @code{Pandoc} data structure, which is used by
|
||||||
|
|
Loading…
Reference in a new issue