diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-04-23 23:42:28 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-04-23 23:42:28 +0200 |
commit | 07df17042285161cea0643c8e249545e42a95358 (patch) | |
tree | 82731712d2d41e67133c2945119eb217a211f860 /dev-ml | |
parent | dev-java/jrobin: Stabilize 1.6.0-r2 amd64, #840275 (diff) | |
download | gentoo-07df17042285161cea0643c8e249545e42a95358.tar.gz gentoo-07df17042285161cea0643c8e249545e42a95358.tar.bz2 gentoo-07df17042285161cea0643c8e249545e42a95358.zip |
dev-ml/sexplib0: HomepageInSrcUri
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/sexplib0/sexplib0-0.15.0-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ml/sexplib0/sexplib0-0.15.0-r1.ebuild b/dev-ml/sexplib0/sexplib0-0.15.0-r1.ebuild index b3fe7c25936f..93a138589029 100644 --- a/dev-ml/sexplib0/sexplib0-0.15.0-r1.ebuild +++ b/dev-ml/sexplib0/sexplib0-0.15.0-r1.ebuild @@ -7,7 +7,8 @@ inherit dune DESCRIPTION="Library for automated conversion of OCaml-values to and from S-expressions" HOMEPAGE="https://github.com/janestreet/sexplib0" -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/janestreet/sexplib0/archive/v${PV}.tar.gz + -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0/$(ver_cut 1-2)" |