From 13e15f6be4b4afaf57c0f1a566807f56300852b0 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Sat, 15 May 2021 23:59:47 +0200 Subject: [PATCH] app-emulation/podman-compose: Add trailing / to HOMEPAGE Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Nils Freydank --- .../podman-compose/podman-compose-0.1.5_p20210505.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/podman-compose/podman-compose-0.1.5_p20210505.ebuild b/app-emulation/podman-compose/podman-compose-0.1.5_p20210505.ebuild index 535f95a..be2f979 100644 --- a/app-emulation/podman-compose/podman-compose-0.1.5_p20210505.ebuild +++ b/app-emulation/podman-compose/podman-compose-0.1.5_p20210505.ebuild @@ -10,7 +10,7 @@ inherit distutils-r1 COMMIT_ID="045cef299bec77e3ae2d1980ad32c1fd2c2896bf" DESCRIPTION="Run docker-compose files without root with podman" -HOMEPAGE="https://pypi.org/project/podman-compose https://github.com/containers/podman-compose" +HOMEPAGE="https://pypi.org/project/podman-compose/ https://github.com/containers/podman-compose" if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/containers/podman-compose.git"