diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-06-06 22:15:53 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-07 13:39:58 -0400 |
commit | 6d965ba7a18c609c4d04e4aba4643c25123a49dd (patch) | |
tree | a41026dbd591747a3bb093a5edc6e1baa691b171 /dev-haskell/crypto | |
parent | dev-haskell/string-qq: update homepage link (diff) | |
download | gentoo-6d965ba7a18c609c4d04e4aba4643c25123a49dd.tar.gz gentoo-6d965ba7a18c609c4d04e4aba4643c25123a49dd.tar.bz2 gentoo-6d965ba7a18c609c4d04e4aba4643c25123a49dd.zip |
dev-haskell/crypto: update homepage link
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-haskell/crypto')
-rw-r--r-- | dev-haskell/crypto/crypto-4.2.5.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/crypto/crypto-4.2.5.1-r1.ebuild b/dev-haskell/crypto/crypto-4.2.5.1-r1.ebuild index 72d4fa075413..221307abdb08 100644 --- a/dev-haskell/crypto/crypto-4.2.5.1-r1.ebuild +++ b/dev-haskell/crypto/crypto-4.2.5.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ MY_PN="Crypto" MY_P="${MY_PN}-${PV}" DESCRIPTION="Collects together existing Haskell cryptographic functions into a package" -HOMEPAGE="http://hackage.haskell.org/package/Crypto" +HOMEPAGE="https://hackage.haskell.org/package/Crypto" SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" LICENSE="BSD GPL-2" |