From 71dc24457e7c41a2f9ee8baee773124df6f86a00 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 24 Aug 2015 12:36:23 +0200 Subject: Use https by default Signed-off-by: Justin Lecher --- dev-haskell/crypto-pubkey/crypto-pubkey-0.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-haskell/crypto-pubkey/crypto-pubkey-0.2.1.ebuild') diff --git a/dev-haskell/crypto-pubkey/crypto-pubkey-0.2.1.ebuild b/dev-haskell/crypto-pubkey/crypto-pubkey-0.2.1.ebuild index e21ddcdb08c3..2b248779fcd8 100644 --- a/dev-haskell/crypto-pubkey/crypto-pubkey-0.2.1.ebuild +++ b/dev-haskell/crypto-pubkey/crypto-pubkey-0.2.1.ebuild @@ -10,7 +10,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Public Key cryptography" -HOMEPAGE="http://github.com/vincenthz/hs-crypto-pubkey" +HOMEPAGE="https://github.com/vincenthz/hs-crypto-pubkey" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" -- cgit v1.2.3-65-gdbad