guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/17: gnu: ghc-pandoc-types: Use HTTPS home page.


From: guix-commits
Subject: 08/17: gnu: ghc-pandoc-types: Use HTTPS home page.
Date: Thu, 16 Jul 2020 14:13:31 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d48b5c8af7ea3ac0ec80dab3d0036f185913d1e3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jul 16 18:30:58 2020 +0200

    gnu: ghc-pandoc-types: Use HTTPS home page.
    
    * gnu/packages/haskell-xyz.scm (ghc-pandoc-types)[home-page]: Use HTTPS.
---
 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 a5ceef1..5f43e93 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -8883,7 +8883,7 @@ suitable for inclusion in pandoc YAML metadata.")
        ("ghc-test-framework-hunit" ,ghc-test-framework-hunit)
        ("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)
        ("ghc-hunit" ,ghc-hunit)))
-    (home-page "http://johnmacfarlane.net/pandoc";)
+    (home-page "https://johnmacfarlane.net/pandoc";)
     (synopsis "Types for representing a structured document")
     (description
      "This module defines the @code{Pandoc} data structure, which is used by



reply via email to

[Prev in Thread] Current Thread [Next in Thread]