From 304d38aa34b11a18ecac7d4fed01b8486afc9b91 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 4 Jan 2021 17:26:30 +0000 Subject: dev-ml/biniou: fix SRC_URI Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James --- dev-ml/biniou/biniou-1.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-ml/biniou') diff --git a/dev-ml/biniou/biniou-1.2.1.ebuild b/dev-ml/biniou/biniou-1.2.1.ebuild index 853571988c56..0f3a349bbbde 100644 --- a/dev-ml/biniou/biniou-1.2.1.ebuild +++ b/dev-ml/biniou/biniou-1.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit dune DESCRIPTION="A binary data serialization format inspired by JSON for OCaml" HOMEPAGE="https://github.com/ocaml-community/biniou/" -SRC_URI="https://github.com/ocaml-community/biniou/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/ocaml-community/biniou/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -- cgit v1.2.3-65-gdbad