diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:26:27 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:27:19 +0200 |
commit | 00846f5f7be003565185b4945997bd9c766ecd96 (patch) | |
tree | 1383d633547ffc98b364b179d0dd5cc1134a4a92 /dev-haskell/test-framework | |
parent | dev-lang/php: Added first PHP 7.0.0 RC (diff) | |
download | gentoo-00846f5f7be003565185b4945997bd9c766ecd96.tar.gz gentoo-00846f5f7be003565185b4945997bd9c766ecd96.tar.bz2 gentoo-00846f5f7be003565185b4945997bd9c766ecd96.zip |
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-haskell/test-framework')
6 files changed, 6 insertions, 6 deletions
diff --git a/dev-haskell/test-framework/test-framework-0.2.4.ebuild b/dev-haskell/test-framework/test-framework-0.2.4.ebuild index fa5e57e7893b..4fb9700b5a56 100644 --- a/dev-haskell/test-framework/test-framework-0.2.4.ebuild +++ b/dev-haskell/test-framework/test-framework-0.2.4.ebuild @@ -6,7 +6,7 @@ CABAL_FEATURES="bin lib profile haddock" inherit base haskell-cabal DESCRIPTION="Framework for running and organising tests, with HUnit and QuickCheck support" -HOMEPAGE="http://batterseapower.github.com/test-framework/" +HOMEPAGE="https://batterseapower.github.com/test-framework/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/test-framework/test-framework-0.4.2.0.ebuild b/dev-haskell/test-framework/test-framework-0.4.2.0.ebuild index b45293f65458..90f0f956c742 100644 --- a/dev-haskell/test-framework/test-framework-0.4.2.0.ebuild +++ b/dev-haskell/test-framework/test-framework-0.4.2.0.ebuild @@ -10,7 +10,7 @@ CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Framework for running and organising tests, with HUnit and QuickCheck support" -HOMEPAGE="http://batterseapower.github.com/test-framework/" +HOMEPAGE="https://batterseapower.github.com/test-framework/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/test-framework/test-framework-0.5.ebuild b/dev-haskell/test-framework/test-framework-0.5.ebuild index 9a87ec202316..6bbd160ed529 100644 --- a/dev-haskell/test-framework/test-framework-0.5.ebuild +++ b/dev-haskell/test-framework/test-framework-0.5.ebuild @@ -10,7 +10,7 @@ CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Framework for running and organising tests, with HUnit and QuickCheck support" -HOMEPAGE="http://batterseapower.github.com/test-framework/" +HOMEPAGE="https://batterseapower.github.com/test-framework/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/test-framework/test-framework-0.6.1.ebuild b/dev-haskell/test-framework/test-framework-0.6.1.ebuild index 40e4541721e8..aa1975ffbcfe 100644 --- a/dev-haskell/test-framework/test-framework-0.6.1.ebuild +++ b/dev-haskell/test-framework/test-framework-0.6.1.ebuild @@ -10,7 +10,7 @@ CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Framework for running and organising tests, with HUnit and QuickCheck support" -HOMEPAGE="http://batterseapower.github.com/test-framework/" +HOMEPAGE="https://batterseapower.github.com/test-framework/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/test-framework/test-framework-0.6.ebuild b/dev-haskell/test-framework/test-framework-0.6.ebuild index 7b301a80b46f..19bb88b6f75a 100644 --- a/dev-haskell/test-framework/test-framework-0.6.ebuild +++ b/dev-haskell/test-framework/test-framework-0.6.ebuild @@ -10,7 +10,7 @@ CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Framework for running and organising tests, with HUnit and QuickCheck support" -HOMEPAGE="http://batterseapower.github.com/test-framework/" +HOMEPAGE="https://batterseapower.github.com/test-framework/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/test-framework/test-framework-0.8.ebuild b/dev-haskell/test-framework/test-framework-0.8.ebuild index 0374458ae2f0..08bedf1a0013 100644 --- a/dev-haskell/test-framework/test-framework-0.8.ebuild +++ b/dev-haskell/test-framework/test-framework-0.8.ebuild @@ -10,7 +10,7 @@ CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Framework for running and organising tests, with HUnit and QuickCheck support" -HOMEPAGE="http://batterseapower.github.com/test-framework/" +HOMEPAGE="https://batterseapower.github.com/test-framework/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" |