commit: 304d38aa34b11a18ecac7d4fed01b8486afc9b91 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jan 4 17:26:30 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jan 4 17:27:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=304d38aa
dev-ml/biniou: fix SRC_URI Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ml/biniou/biniou-1.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/biniou/biniou-1.2.1.ebuild b/dev-ml/biniou/biniou-1.2.1.ebuild index 853571988c5..0f3a349bbbd 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}"
