diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-09-04 20:37:40 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-04 20:43:57 +0100 |
commit | 2ae30847e1d697cc78b800ec2059a7a903c9c311 (patch) | |
tree | b6b23fd271726c37f492e3a98fca1c588ec4a901 /dev-haskell | |
parent | dev-haskell/hakyll: use HTTPS (diff) | |
download | gentoo-2ae30847e1d697cc78b800ec2059a7a903c9c311.tar.gz gentoo-2ae30847e1d697cc78b800ec2059a7a903c9c311.tar.bz2 gentoo-2ae30847e1d697cc78b800ec2059a7a903c9c311.zip |
dev-haskell/http-conduit: use HTTPS
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/http-conduit/http-conduit-2.3.7.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/http-conduit/http-conduit-2.3.7.3.ebuild b/dev-haskell/http-conduit/http-conduit-2.3.7.3.ebuild index 804e775f1c5b..d9ea0f35a75c 100644 --- a/dev-haskell/http-conduit/http-conduit-2.3.7.3.ebuild +++ b/dev-haskell/http-conduit/http-conduit-2.3.7.3.ebuild @@ -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="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" |