diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-31 09:20:13 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-05 11:16:53 -0400 |
commit | 373d238c4abc0d949af0371be8aa1cee5f8e283d (patch) | |
tree | a97ed34eef308fea0be1540befdae983a34a84d9 /dev-haskell | |
parent | dev-haskell/blaze-markup: use HTTPS (diff) | |
download | gentoo-373d238c4abc0d949af0371be8aa1cee5f8e283d.tar.gz gentoo-373d238c4abc0d949af0371be8aa1cee5f8e283d.tar.bz2 gentoo-373d238c4abc0d949af0371be8aa1cee5f8e283d.zip |
dev-haskell/http-conduit: use HTTPS
Diffstat (limited to 'dev-haskell')
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-haskell/http-conduit/http-conduit-2.1.10.1.ebuild b/dev-haskell/http-conduit/http-conduit-2.1.10.1.ebuild index 785f52e78a55..31c40e8f53ba 100644 --- a/dev-haskell/http-conduit/http-conduit-2.1.10.1.ebuild +++ b/dev-haskell/http-conduit/http-conduit-2.1.10.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="HTTP client package with conduit interface and HTTPS support" -HOMEPAGE="http://www.yesodweb.com/book/http-conduit" +HOMEPAGE="https://www.yesodweb.com/book/http-conduit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/http-conduit/http-conduit-2.1.7.2.ebuild b/dev-haskell/http-conduit/http-conduit-2.1.7.2.ebuild index 364d64b0ff13..0bb5709bb087 100644 --- a/dev-haskell/http-conduit/http-conduit-2.1.7.2.ebuild +++ b/dev-haskell/http-conduit/http-conduit-2.1.7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="HTTP client package with conduit interface and HTTPS support" -HOMEPAGE="http://www.yesodweb.com/book/http-conduit" +HOMEPAGE="https://www.yesodweb.com/book/http-conduit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/http-conduit/http-conduit-2.1.8.ebuild b/dev-haskell/http-conduit/http-conduit-2.1.8.ebuild index ab80204b255c..2b549b0a945b 100644 --- a/dev-haskell/http-conduit/http-conduit-2.1.8.ebuild +++ b/dev-haskell/http-conduit/http-conduit-2.1.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="HTTP client package with conduit interface and HTTPS support" -HOMEPAGE="http://www.yesodweb.com/book/http-conduit" +HOMEPAGE="https://www.yesodweb.com/book/http-conduit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/http-conduit/http-conduit-2.2.3.ebuild b/dev-haskell/http-conduit/http-conduit-2.2.3.ebuild index 22d14c5eee62..3b403df09506 100644 --- a/dev-haskell/http-conduit/http-conduit-2.2.3.ebuild +++ b/dev-haskell/http-conduit/http-conduit-2.2.3.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="HTTP client package with conduit interface and HTTPS support" -HOMEPAGE="http://www.yesodweb.com/book/http-conduit" +HOMEPAGE="https://www.yesodweb.com/book/http-conduit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" |