diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-29 20:28:24 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-03-29 22:36:23 -0400 |
commit | eb6a674edb904b33dbbdf52069615b35c1a7ccf9 (patch) | |
tree | 8554d29a4e5f913fd99fcea86375c841e5270c63 /dev-haskell/wai-test/wai-test-3.0.0.ebuild | |
parent | dev-haskell/xml-hamlet: use HTTPS (diff) | |
download | gentoo-eb6a674edb904b33dbbdf52069615b35c1a7ccf9.tar.gz gentoo-eb6a674edb904b33dbbdf52069615b35c1a7ccf9.tar.bz2 gentoo-eb6a674edb904b33dbbdf52069615b35c1a7ccf9.zip |
dev-haskell/wai-test: use HTTPS
Diffstat (limited to 'dev-haskell/wai-test/wai-test-3.0.0.ebuild')
-rw-r--r-- | dev-haskell/wai-test/wai-test-3.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |