mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
*/*: Fix missing trailing slash in HOMEPAGE
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
@@ -9,7 +9,7 @@ inherit cmake docs
|
||||
|
||||
CATCH_PV=2.13.6
|
||||
DESCRIPTION="Command line parser for C++11"
|
||||
HOMEPAGE="https://github.com/CLIUtils/CLI11 https://cliutils.github.io/CLI11/book"
|
||||
HOMEPAGE="https://github.com/CLIUtils/CLI11 https://cliutils.github.io/CLI11/book/"
|
||||
SRC_URI="https://github.com/CLIUtils/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/CLI11-${PV}"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ inherit cmake docs
|
||||
|
||||
CATCH_PV=2.13.6
|
||||
DESCRIPTION="Command line parser for C++11"
|
||||
HOMEPAGE="https://github.com/CLIUtils/CLI11 https://cliutils.github.io/CLI11/book"
|
||||
HOMEPAGE="https://github.com/CLIUtils/CLI11 https://cliutils.github.io/CLI11/book/"
|
||||
SRC_URI="https://github.com/CLIUtils/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/CLI11-${PV}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user