diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-31 09:29:47 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-05 11:16:56 -0400 |
commit | 23abf607c67c34ef110819ba2903e5f9868889ce (patch) | |
tree | 0aa97345234eb198b502acf3a09024c13bae8ff8 /dev-haskell | |
parent | dev-haskell/yesod-platform: use HTTPS (diff) | |
download | gentoo-23abf607c67c34ef110819ba2903e5f9868889ce.tar.gz gentoo-23abf607c67c34ef110819ba2903e5f9868889ce.tar.bz2 gentoo-23abf607c67c34ef110819ba2903e5f9868889ce.zip |
dev-haskell/yesod-persistent: use HTTPS
Diffstat (limited to 'dev-haskell')
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-haskell/yesod-persistent/yesod-persistent-1.4.0.5.ebuild b/dev-haskell/yesod-persistent/yesod-persistent-1.4.0.5.ebuild index 3265a3d0a876..d11c416515f2 100644 --- a/dev-haskell/yesod-persistent/yesod-persistent-1.4.0.5.ebuild +++ b/dev-haskell/yesod-persistent/yesod-persistent-1.4.0.5.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="Some helpers for using Persistent from Yesod" -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-persistent/yesod-persistent-1.4.0.6.ebuild b/dev-haskell/yesod-persistent/yesod-persistent-1.4.0.6.ebuild index 7937b87ef1cb..39c1615b6885 100644 --- a/dev-haskell/yesod-persistent/yesod-persistent-1.4.0.6.ebuild +++ b/dev-haskell/yesod-persistent/yesod-persistent-1.4.0.6.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="Some helpers for using Persistent from Yesod" -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-persistent/yesod-persistent-1.4.1.1.ebuild b/dev-haskell/yesod-persistent/yesod-persistent-1.4.1.1.ebuild index 5deb327b43c4..d2d1d73c6511 100644 --- a/dev-haskell/yesod-persistent/yesod-persistent-1.4.1.1.ebuild +++ b/dev-haskell/yesod-persistent/yesod-persistent-1.4.1.1.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="Some helpers for using Persistent from Yesod" -HOMEPAGE="http://www.yesodweb.com/" +HOMEPAGE="https://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="MIT" |