diff options
author | Alice BRENON <alice.brenon@ens-lyon.fr> | 2021-09-08 17:26:37 +0200 |
---|---|---|
committer | Arun Isaac <arunisaac@systemreboot.net> | 2021-09-09 21:30:59 +0530 |
commit | 77674643a390c33ba63fde65be0da2cc135f49a7 (patch) | |
tree | b836e6ab0ad96aa1b56651db9fc649eb6007fede | |
parent | 14bcd6804ffe14613847bf093cc451cedddb02cc (diff) | |
download | guix-77674643a390c33ba63fde65be0da2cc135f49a7.tar guix-77674643a390c33ba63fde65be0da2cc135f49a7.tar.gz |
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.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index c12f97802e..f421458e15 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -28,6 +28,7 @@ ;;; Copyright © 2020 Alexandru-Sergiu Marton <brown121407@member.fsf.org> ;;; Copyright © 2020 Carlo Holl <carloholl@gmail.com> ;;; Copyright © 2020 Christine Lemmer-Webber <cwebber@dustycloud.org> +;;; Copyright © 2021 Alice BRENON <alice.brenon@ens-lyon.fr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -9765,7 +9766,7 @@ version = Version [~a] [] ("ghc-test-framework-hunit" ,ghc-test-framework-hunit) ("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2) ("ghc-hunit" ,ghc-hunit))) - (home-page "https://johnmacfarlane.net/pandoc") + (home-page "https://pandoc.org") (synopsis "Types for representing a structured document") (description "This module defines the @code{Pandoc} data structure, which is used by |