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/zip-archive/zip-archive-0.1.3.4.ebuild | 2 +- dev-haskell/zip-archive/zip-archive-0.2.3.7.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-haskell/zip-archive') diff --git a/dev-haskell/zip-archive/zip-archive-0.1.3.4.ebuild b/dev-haskell/zip-archive/zip-archive-0.1.3.4.ebuild index 4789ddfc051b..95ea5772a2ca 100644 --- a/dev-haskell/zip-archive/zip-archive-0.1.3.4.ebuild +++ b/dev-haskell/zip-archive/zip-archive-0.1.3.4.ebuild @@ -10,7 +10,7 @@ CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Library for creating and modifying zip archives" -HOMEPAGE="http://github.com/jgm/zip-archive" +HOMEPAGE="https://github.com/jgm/zip-archive" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/zip-archive/zip-archive-0.2.3.7.ebuild b/dev-haskell/zip-archive/zip-archive-0.2.3.7.ebuild index c512e302adab..48030bf21287 100644 --- a/dev-haskell/zip-archive/zip-archive-0.2.3.7.ebuild +++ b/dev-haskell/zip-archive/zip-archive-0.2.3.7.ebuild @@ -10,7 +10,7 @@ CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Library for creating and modifying zip archives" -HOMEPAGE="http://github.com/jgm/zip-archive" +HOMEPAGE="https://github.com/jgm/zip-archive" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" -- cgit v1.2.3-65-gdbad