Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/rsa/
Date: Tue, 18 Aug 2020 17:06:54
Message-Id: 1597770393.ae4870ce9383d1aeee2642abe87b9492870b5912.slyfox@gentoo
1 commit: ae4870ce9383d1aeee2642abe87b9492870b5912
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Tue Aug 18 07:25:30 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 18 17:06:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae4870ce
7
8 dev-haskell/rsa: update homepageupdate homepage
9
10 Package-Manager: Portage-3.0.3, Repoman-3.0.0
11 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 dev-haskell/rsa/rsa-2.3.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-haskell/rsa/rsa-2.3.1.ebuild b/dev-haskell/rsa/rsa-2.3.1.ebuild
18 index aa735c7441d..f0a8153fa08 100644
19 --- a/dev-haskell/rsa/rsa-2.3.1.ebuild
20 +++ b/dev-haskell/rsa/rsa-2.3.1.ebuild
21 @@ -13,7 +13,7 @@ MY_PN="RSA"
22 MY_P="${MY_PN}-${PV}"
23
24 DESCRIPTION="Implementation of RSA, using the padding schemes of PKCS#1 v2.1"
25 -HOMEPAGE="http://hackage.haskell.org/package/RSA"
26 +HOMEPAGE="https://hackage.haskell.org/package/RSA"
27 SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"
28
29 LICENSE="BSD"