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/hashable-time/
Date: Tue, 18 Aug 2020 17:06:50
Message-Id: 1597770385.f601cf6711f5d7c1d0809be7c2e592b6a0d367a3.slyfox@gentoo
1 commit: f601cf6711f5d7c1d0809be7c2e592b6a0d367a3
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Tue Aug 18 07:18:04 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 18 17:06:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f601cf67
7
8 dev-haskell/hashable-time: update 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/hashable-time/hashable-time-0.2.0.2-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-haskell/hashable-time/hashable-time-0.2.0.2-r1.ebuild b/dev-haskell/hashable-time/hashable-time-0.2.0.2-r1.ebuild
18 index f0ca382bfa4..72b81da8323 100644
19 --- a/dev-haskell/hashable-time/hashable-time-0.2.0.2-r1.ebuild
20 +++ b/dev-haskell/hashable-time/hashable-time-0.2.0.2-r1.ebuild
21 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour"
22 inherit haskell-cabal
23
24 DESCRIPTION="Hashable instances for Data.Time"
25 -HOMEPAGE="http://hackage.haskell.org/package/hashable-time"
26 +HOMEPAGE="https://hackage.haskell.org/package/hashable-time"
27 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
28
29 LICENSE="BSD"