From 690a2bf8de20ad563dfdf48068ea7c9a0df10908 Mon Sep 17 00:00:00 2001 From: Alice BRENON Date: Wed, 8 Sep 2021 16:48:02 +0200 Subject: [PATCH] gnu: ghc-pandoc-types: Update home-page * gnu/packages/haskell-xyz.scm (ghc-pandoc-types): Update home-page to the new project page to which the previous one now redirects. --- gnu/packages/haskell-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index c12f97802e..c9bb248c09 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -9765,7 +9765,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 -- 2.33.0