From eb6a674edb904b33dbbdf52069615b35c1a7ccf9 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Thu, 29 Mar 2018 20:28:24 +0200 Subject: dev-haskell/wai-test: use HTTPS --- dev-haskell/wai-test/wai-test-1.3.1.1.ebuild | 4 ++-- dev-haskell/wai-test/wai-test-2.0.0.2.ebuild | 4 ++-- dev-haskell/wai-test/wai-test-3.0.0.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'dev-haskell') diff --git a/dev-haskell/wai-test/wai-test-1.3.1.1.ebuild b/dev-haskell/wai-test/wai-test-1.3.1.1.ebuild index 51fd4f338ffa..950d9fe46bc4 100644 --- a/dev-haskell/wai-test/wai-test-1.3.1.1.ebuild +++ b/dev-haskell/wai-test/wai-test-1.3.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Unit test framework (built on HUnit) for WAI applications" -HOMEPAGE="http://www.yesodweb.com/book/web-application-interface" +HOMEPAGE="https://www.yesodweb.com/book/web-application-interface" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-haskell/wai-test/wai-test-2.0.0.2.ebuild b/dev-haskell/wai-test/wai-test-2.0.0.2.ebuild index 2064ea39c426..28fc047cbb17 100644 --- a/dev-haskell/wai-test/wai-test-2.0.0.2.ebuild +++ b/dev-haskell/wai-test/wai-test-2.0.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Unit test framework (built on HUnit) for WAI applications" -HOMEPAGE="http://www.yesodweb.com/book/web-application-interface" +HOMEPAGE="https://www.yesodweb.com/book/web-application-interface" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-haskell/wai-test/wai-test-3.0.0.ebuild b/dev-haskell/wai-test/wai-test-3.0.0.ebuild index 5e1a5bb85e2e..37b1f3c28bc1 100644 --- a/dev-haskell/wai-test/wai-test-3.0.0.ebuild +++ b/dev-haskell/wai-test/wai-test-3.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile" inherit haskell-cabal DESCRIPTION="Unit test framework (built on HUnit) for WAI applications. (deprecated)" -HOMEPAGE="http://www.yesodweb.com/book/web-application-interface" +HOMEPAGE="https://www.yesodweb.com/book/web-application-interface" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="MIT" -- cgit v1.2.3-65-gdbad