diff options
Diffstat (limited to 'dev-haskell/tls/tls-1.2.8.ebuild')
-rw-r--r-- | dev-haskell/tls/tls-1.2.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/tls/tls-1.2.8.ebuild b/dev-haskell/tls/tls-1.2.8.ebuild index 121f10282e82..cc64089e06d7 100644 --- a/dev-haskell/tls/tls-1.2.8.ebuild +++ b/dev-haskell/tls/tls-1.2.8.ebuild @@ -10,7 +10,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="TLS/SSL protocol native implementation (Server and Client)" -HOMEPAGE="http://github.com/vincenthz/hs-tls" +HOMEPAGE="https://github.com/vincenthz/hs-tls" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" |