diff options
author | 2015-08-24 12:36:23 +0200 | |
---|---|---|
committer | 2015-08-24 12:36:23 +0200 | |
commit | 71dc24457e7c41a2f9ee8baee773124df6f86a00 (patch) | |
tree | e4cbe29b6d056c3b011285fc8142356298f8347f /dev-haskell/conduit | |
parent | Add missing remote-id (diff) | |
download | gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.gz gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.bz2 gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.zip |
Use https by default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-haskell/conduit')
-rw-r--r-- | dev-haskell/conduit/conduit-1.0.15.1.ebuild | 2 | ||||
-rw-r--r-- | dev-haskell/conduit/conduit-1.0.8.ebuild | 2 | ||||
-rw-r--r-- | dev-haskell/conduit/conduit-1.0.9.3.ebuild | 2 | ||||
-rw-r--r-- | dev-haskell/conduit/conduit-1.1.6.ebuild | 2 | ||||
-rw-r--r-- | dev-haskell/conduit/conduit-1.2.4.ebuild | 2 | ||||
-rw-r--r-- | dev-haskell/conduit/conduit-1.2.5.ebuild | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/dev-haskell/conduit/conduit-1.0.15.1.ebuild b/dev-haskell/conduit/conduit-1.0.15.1.ebuild index bb159dc19f7b..70cdb99ab56e 100644 --- a/dev-haskell/conduit/conduit-1.0.15.1.ebuild +++ b/dev-haskell/conduit/conduit-1.0.15.1.ebuild @@ -10,7 +10,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Streaming data processing library" -HOMEPAGE="http://github.com/snoyberg/conduit" +HOMEPAGE="https://github.com/snoyberg/conduit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-haskell/conduit/conduit-1.0.8.ebuild b/dev-haskell/conduit/conduit-1.0.8.ebuild index 03065379681f..651bae7d3f63 100644 --- a/dev-haskell/conduit/conduit-1.0.8.ebuild +++ b/dev-haskell/conduit/conduit-1.0.8.ebuild @@ -10,7 +10,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit eutils haskell-cabal DESCRIPTION="Streaming data processing library" -HOMEPAGE="http://github.com/snoyberg/conduit" +HOMEPAGE="https://github.com/snoyberg/conduit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-haskell/conduit/conduit-1.0.9.3.ebuild b/dev-haskell/conduit/conduit-1.0.9.3.ebuild index 069d4e3f9cb6..59395ac3e2f9 100644 --- a/dev-haskell/conduit/conduit-1.0.9.3.ebuild +++ b/dev-haskell/conduit/conduit-1.0.9.3.ebuild @@ -10,7 +10,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Streaming data processing library" -HOMEPAGE="http://github.com/snoyberg/conduit" +HOMEPAGE="https://github.com/snoyberg/conduit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-haskell/conduit/conduit-1.1.6.ebuild b/dev-haskell/conduit/conduit-1.1.6.ebuild index f49817861b54..aae60164cc0b 100644 --- a/dev-haskell/conduit/conduit-1.1.6.ebuild +++ b/dev-haskell/conduit/conduit-1.1.6.ebuild @@ -10,7 +10,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Streaming data processing library" -HOMEPAGE="http://github.com/snoyberg/conduit" +HOMEPAGE="https://github.com/snoyberg/conduit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-haskell/conduit/conduit-1.2.4.ebuild b/dev-haskell/conduit/conduit-1.2.4.ebuild index 3638a40c464e..58a0df823f34 100644 --- a/dev-haskell/conduit/conduit-1.2.4.ebuild +++ b/dev-haskell/conduit/conduit-1.2.4.ebuild @@ -10,7 +10,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Streaming data processing library" -HOMEPAGE="http://github.com/snoyberg/conduit" +HOMEPAGE="https://github.com/snoyberg/conduit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-haskell/conduit/conduit-1.2.5.ebuild b/dev-haskell/conduit/conduit-1.2.5.ebuild index 31d72979df21..6aa5bfbe3377 100644 --- a/dev-haskell/conduit/conduit-1.2.5.ebuild +++ b/dev-haskell/conduit/conduit-1.2.5.ebuild @@ -10,7 +10,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Streaming data processing library" -HOMEPAGE="http://github.com/snoyberg/conduit" +HOMEPAGE="https://github.com/snoyberg/conduit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="MIT" |