guix-commits
[Top][All Lists]
Advanced

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

07/17: gnu: Use HTTPS for www.yesodweb.com.


From: guix-commits
Subject: 07/17: gnu: Use HTTPS for www.yesodweb.com.
Date: Thu, 16 Jul 2020 14:13:31 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1467ca6829b2695eb536b8025420b32e298831a5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jul 16 18:24:09 2020 +0200

    gnu: Use HTTPS for www.yesodweb.com.
    
    * gnu/packages/haskell-web.scm (ghc-css-text, ghc-yesod-persistent)
    [home-page]: Use HTTPS.
---
 gnu/packages/haskell-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 812af1f..c53dc06 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -807,7 +807,7 @@ attacks.")
      `(("ghc-attoparsec" ,ghc-attoparsec)
        ("ghc-hspec" ,ghc-hspec)
        ("ghc-quickcheck" ,ghc-quickcheck)))
-    (home-page "http://www.yesodweb.com/";)
+    (home-page "https://www.yesodweb.com/";)
     (synopsis "CSS parser and renderer")
     (description "This package provides a CSS parser and renderer for
 Haskell.")
@@ -1288,7 +1288,7 @@ functions, widgets, etc.")
                      ("ghc-wai-extra" ,ghc-wai-extra)
                      ("ghc-yesod-core" ,ghc-yesod-core)
                      ("ghc-persistent-sqlite" ,ghc-persistent-sqlite)))
-    (home-page "http://www.yesodweb.com/";)
+    (home-page "https://www.yesodweb.com/";)
     (synopsis "Helpers for using Persistent from Yesod")
     (description "This Haskell package provides helpers for using Persistent
 from Yesod.")



reply via email to

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