gnu: Use HTTPS for www.yesodweb.com.

* gnu/packages/haskell-web.scm (ghc-css-text, ghc-yesod-persistent)
[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-16 18:24:09 +02:00
parent 702a101257
commit 1467ca6829
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -807,7 +807,7 @@ attacks.")
`(("ghc-attoparsec" ,ghc-attoparsec) `(("ghc-attoparsec" ,ghc-attoparsec)
("ghc-hspec" ,ghc-hspec) ("ghc-hspec" ,ghc-hspec)
("ghc-quickcheck" ,ghc-quickcheck))) ("ghc-quickcheck" ,ghc-quickcheck)))
(home-page "http://www.yesodweb.com/") (home-page "https://www.yesodweb.com/")
(synopsis "CSS parser and renderer") (synopsis "CSS parser and renderer")
(description "This package provides a CSS parser and renderer for (description "This package provides a CSS parser and renderer for
Haskell.") Haskell.")
@ -1288,7 +1288,7 @@ functions, widgets, etc.")
("ghc-wai-extra" ,ghc-wai-extra) ("ghc-wai-extra" ,ghc-wai-extra)
("ghc-yesod-core" ,ghc-yesod-core) ("ghc-yesod-core" ,ghc-yesod-core)
("ghc-persistent-sqlite" ,ghc-persistent-sqlite))) ("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") (synopsis "Helpers for using Persistent from Yesod")
(description "This Haskell package provides helpers for using Persistent (description "This Haskell package provides helpers for using Persistent
from Yesod.") from Yesod.")