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/dictionary-sharing/
Date: Wed, 02 Sep 2020 07:31:51
Message-Id: 1599031890.224b7b2a9ae4e2b4b9f349c5f2cafd6ccb141e69.slyfox@gentoo
1 commit: 224b7b2a9ae4e2b4b9f349c5f2cafd6ccb141e69
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 07:27:36 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 07:31:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224b7b2a
7
8 dev-haskell/dictionary-sharing: use https:// HOMEPAGE
9
10 Package-Manager: Portage-3.0.5, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/dictionary-sharing/dictionary-sharing-0.1.0.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-haskell/dictionary-sharing/dictionary-sharing-0.1.0.0.ebuild b/dev-haskell/dictionary-sharing/dictionary-sharing-0.1.0.0.ebuild
17 index ea60ad0ba50..925356c70df 100644
18 --- a/dev-haskell/dictionary-sharing/dictionary-sharing-0.1.0.0.ebuild
19 +++ b/dev-haskell/dictionary-sharing/dictionary-sharing-0.1.0.0.ebuild
20 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour"
21 inherit haskell-cabal
22
23 DESCRIPTION="Sharing/memoization of class members"
24 -HOMEPAGE="http://hackage.haskell.org/package/dictionary-sharing"
25 +HOMEPAGE="https://hackage.haskell.org/package/dictionary-sharing"
26 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
27
28 LICENSE="BSD"