diff options
Diffstat (limited to 'dev-haskell/cipher-rc4/cipher-rc4-0.1.2.ebuild')
-rw-r--r-- | dev-haskell/cipher-rc4/cipher-rc4-0.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/cipher-rc4/cipher-rc4-0.1.2.ebuild b/dev-haskell/cipher-rc4/cipher-rc4-0.1.2.ebuild index 5aafd2d5d0ad..2cc75dc8722d 100644 --- a/dev-haskell/cipher-rc4/cipher-rc4-0.1.2.ebuild +++ b/dev-haskell/cipher-rc4/cipher-rc4-0.1.2.ebuild @@ -10,7 +10,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Fast RC4 cipher implementation" -HOMEPAGE="http://github.com/vincenthz/hs-cipher-rc4" +HOMEPAGE="https://github.com/vincenthz/hs-cipher-rc4" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" |