diff options
Diffstat (limited to 'dev-haskell/tls/tls-1.1.5.ebuild')
-rw-r--r-- | dev-haskell/tls/tls-1.1.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/tls/tls-1.1.5.ebuild b/dev-haskell/tls/tls-1.1.5.ebuild index 6dedf2491206..f27babb81c3e 100644 --- a/dev-haskell/tls/tls-1.1.5.ebuild +++ b/dev-haskell/tls/tls-1.1.5.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" |