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/ghc-paths/
Date: Tue, 18 Aug 2020 17:06:55
Message-Id: 1597770390.07b3eee1d8c45d0fdd53fc06d0cd912e12ac39be.slyfox@gentoo
1 commit: 07b3eee1d8c45d0fdd53fc06d0cd912e12ac39be
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Tue Aug 18 07:24:18 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 18 17:06:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07b3eee1
7
8 dev-haskell/ghc-paths: 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/ghc-paths/ghc-paths-0.1.0.12-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-haskell/ghc-paths/ghc-paths-0.1.0.12-r1.ebuild b/dev-haskell/ghc-paths/ghc-paths-0.1.0.12-r1.ebuild
18 index 2eaacd92bdb..7408ec14413 100644
19 --- a/dev-haskell/ghc-paths/ghc-paths-0.1.0.12-r1.ebuild
20 +++ b/dev-haskell/ghc-paths/ghc-paths-0.1.0.12-r1.ebuild
21 @@ -10,7 +10,7 @@ CABAL_FEATURES="lib profile"
22 inherit haskell-cabal
23
24 DESCRIPTION="Knowledge of GHC's installation directories"
25 -HOMEPAGE="http://hackage.haskell.org/package/ghc-paths"
26 +HOMEPAGE="https://hackage.haskell.org/package/ghc-paths"
27 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
28
29 LICENSE="BSD"