Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_deriving_yojson/
Date: Mon, 26 Sep 2016 15:03:25
Message-Id: 1474902188.3febabca9a36e1f538271f0dcf630aafef72662b.aballier@gentoo
1 commit: 3febabca9a36e1f538271f0dcf630aafef72662b
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 26 12:47:48 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 15:03:08 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3febabca
7
8 dev-ml/ppx_deriving_yojson: fix homepage
9
10 Package-Manager: portage-2.3.1
11
12 dev-ml/ppx_deriving_yojson/ppx_deriving_yojson-3.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ml/ppx_deriving_yojson/ppx_deriving_yojson-3.0.ebuild b/dev-ml/ppx_deriving_yojson/ppx_deriving_yojson-3.0.ebuild
16 index 8b0dcc2..085e912 100644
17 --- a/dev-ml/ppx_deriving_yojson/ppx_deriving_yojson-3.0.ebuild
18 +++ b/dev-ml/ppx_deriving_yojson/ppx_deriving_yojson-3.0.ebuild
19 @@ -5,7 +5,7 @@
20 EAPI=5
21
22 DESCRIPTION="A Yojson codec generator for OCaml"
23 -HOMEPAGE="A Yojson codec generator for OCaml"
24 +HOMEPAGE="https://github.com/whitequark/ppx_deriving_yojson/"
25 SRC_URI="https://github.com/whitequark/ppx_deriving_yojson/archive/v${PV}.tar.gz -> ${P}.tar.gz"
26
27 LICENSE="MIT"