diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:36:23 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:36:23 +0200 |
commit | 71dc24457e7c41a2f9ee8baee773124df6f86a00 (patch) | |
tree | e4cbe29b6d056c3b011285fc8142356298f8347f /dev-haskell/xss-sanitize | |
parent | Add missing remote-id (diff) | |
download | gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.gz gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.bz2 gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.zip |
Use https by default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-haskell/xss-sanitize')
-rw-r--r-- | dev-haskell/xss-sanitize/xss-sanitize-0.3.5.5.ebuild | 2 | ||||
-rw-r--r-- | dev-haskell/xss-sanitize/xss-sanitize-0.3.5.6.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/xss-sanitize/xss-sanitize-0.3.5.5.ebuild b/dev-haskell/xss-sanitize/xss-sanitize-0.3.5.5.ebuild index bbbf36534286..62b27598b527 100644 --- a/dev-haskell/xss-sanitize/xss-sanitize-0.3.5.5.ebuild +++ b/dev-haskell/xss-sanitize/xss-sanitize-0.3.5.5.ebuild @@ -10,7 +10,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="sanitize untrusted HTML to prevent XSS attacks" -HOMEPAGE="http://github.com/yesodweb/haskell-xss-sanitize" +HOMEPAGE="https://github.com/yesodweb/haskell-xss-sanitize" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/xss-sanitize/xss-sanitize-0.3.5.6.ebuild b/dev-haskell/xss-sanitize/xss-sanitize-0.3.5.6.ebuild index 8dd513dd5579..cc9c8c099c4a 100644 --- a/dev-haskell/xss-sanitize/xss-sanitize-0.3.5.6.ebuild +++ b/dev-haskell/xss-sanitize/xss-sanitize-0.3.5.6.ebuild @@ -10,7 +10,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="sanitize untrusted HTML to prevent XSS attacks" -HOMEPAGE="http://github.com/yesodweb/haskell-xss-sanitize" +HOMEPAGE="https://github.com/yesodweb/haskell-xss-sanitize" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" |