diff options
author | 2018-03-29 20:27:07 +0200 | |
---|---|---|
committer | 2018-03-29 22:36:22 -0400 | |
commit | 4968fc93289ac81468b72d2039303d04c8d4fb96 (patch) | |
tree | b268bb2880b889db45677cad2e017f4a8b1ab855 /dev-haskell/xml-hamlet/xml-hamlet-0.4.0.12.ebuild | |
parent | dev-haskell/wavy: use HTTPS (diff) | |
download | gentoo-4968fc93289ac81468b72d2039303d04c8d4fb96.tar.gz gentoo-4968fc93289ac81468b72d2039303d04c8d4fb96.tar.bz2 gentoo-4968fc93289ac81468b72d2039303d04c8d4fb96.zip |
dev-haskell/xml-hamlet: use HTTPS
Diffstat (limited to 'dev-haskell/xml-hamlet/xml-hamlet-0.4.0.12.ebuild')
-rw-r--r-- | dev-haskell/xml-hamlet/xml-hamlet-0.4.0.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/xml-hamlet/xml-hamlet-0.4.0.12.ebuild b/dev-haskell/xml-hamlet/xml-hamlet-0.4.0.12.ebuild index 8b0ad28cce65..e796eb621fb5 100644 --- a/dev-haskell/xml-hamlet/xml-hamlet-0.4.0.12.ebuild +++ b/dev-haskell/xml-hamlet/xml-hamlet-0.4.0.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Hamlet-style quasiquoter for XML content" -HOMEPAGE="http://www.yesodweb.com/" +HOMEPAGE="https://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" |