diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-31 09:28:08 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-05 11:16:56 -0400 |
commit | 635d50fd2f048144343b103be7741c1b7ed97a53 (patch) | |
tree | b42f1771d59a3ece03283fbbacd1c706e37cb7ec /dev-haskell | |
parent | dev-haskell/yesod-auth: use HTTPS (diff) | |
download | gentoo-635d50fd2f048144343b103be7741c1b7ed97a53.tar.gz gentoo-635d50fd2f048144343b103be7741c1b7ed97a53.tar.bz2 gentoo-635d50fd2f048144343b103be7741c1b7ed97a53.zip |
dev-haskell/yesod-form: use HTTPS
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/yesod-form/yesod-form-1.4.10.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/yesod-form/yesod-form-1.4.7.1.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/yesod-form/yesod-form-1.4.8.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-haskell/yesod-form/yesod-form-1.4.10.ebuild b/dev-haskell/yesod-form/yesod-form-1.4.10.ebuild index 085d391cb683..77befa04b1fa 100644 --- a/dev-haskell/yesod-form/yesod-form-1.4.10.ebuild +++ b/dev-haskell/yesod-form/yesod-form-1.4.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Form handling support for Yesod Web Framework" -HOMEPAGE="http://www.yesodweb.com/" +HOMEPAGE="https://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-haskell/yesod-form/yesod-form-1.4.7.1.ebuild b/dev-haskell/yesod-form/yesod-form-1.4.7.1.ebuild index bde61dfe0d31..6e40a10264ca 100644 --- a/dev-haskell/yesod-form/yesod-form-1.4.7.1.ebuild +++ b/dev-haskell/yesod-form/yesod-form-1.4.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Form handling support for Yesod Web Framework" -HOMEPAGE="http://www.yesodweb.com/" +HOMEPAGE="https://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-haskell/yesod-form/yesod-form-1.4.8.ebuild b/dev-haskell/yesod-form/yesod-form-1.4.8.ebuild index 6f0eeb669634..687c0f91c1d0 100644 --- a/dev-haskell/yesod-form/yesod-form-1.4.8.ebuild +++ b/dev-haskell/yesod-form/yesod-form-1.4.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Form handling support for Yesod Web Framework" -HOMEPAGE="http://www.yesodweb.com/" +HOMEPAGE="https://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="MIT" |