summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-web.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-07-16 18:24:09 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-07-16 20:12:06 +0200
commit1467ca6829b2695eb536b8025420b32e298831a5 (patch)
tree3c7841e5c4592c517da83c1890777bb9be743e4e /gnu/packages/haskell-web.scm
parent702a10125724c2af7eadfab3a9edf71c3d32936b (diff)
downloadguix-patches-1467ca6829b2695eb536b8025420b32e298831a5.tar
guix-patches-1467ca6829b2695eb536b8025420b32e298831a5.tar.gz
gnu: Use HTTPS for www.yesodweb.com.
* gnu/packages/haskell-web.scm (ghc-css-text, ghc-yesod-persistent) [home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/haskell-web.scm')
-rw-r--r--gnu/packages/haskell-web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 812af1fbc2..c53dc064b1 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.")