diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-09-26 14:47:48 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-09-26 17:03:08 +0200 |
commit | 3febabca9a36e1f538271f0dcf630aafef72662b (patch) | |
tree | 9f89084f2cac82408050c2eba3bc149eed630b8d /dev-ml | |
parent | dev-ml/ppx_deriving: bump to 4.1 (diff) | |
download | gentoo-3febabca9a36e1f538271f0dcf630aafef72662b.tar.gz gentoo-3febabca9a36e1f538271f0dcf630aafef72662b.tar.bz2 gentoo-3febabca9a36e1f538271f0dcf630aafef72662b.zip |
dev-ml/ppx_deriving_yojson: fix homepage
Package-Manager: portage-2.3.1
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ppx_deriving_yojson/ppx_deriving_yojson-3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 index 8b0dcc23f489..085e912b1414 100644 --- a/dev-ml/ppx_deriving_yojson/ppx_deriving_yojson-3.0.ebuild +++ b/dev-ml/ppx_deriving_yojson/ppx_deriving_yojson-3.0.ebuild @@ -5,7 +5,7 @@ EAPI=5 DESCRIPTION="A Yojson codec generator for OCaml" -HOMEPAGE="A Yojson codec generator for OCaml" +HOMEPAGE="https://github.com/whitequark/ppx_deriving_yojson/" SRC_URI="https://github.com/whitequark/ppx_deriving_yojson/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" |