sys-fs/gocryptfs: Fix HOMEPAGE

Usually I link to the github.com repo pages, not to the release lists.

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2022-12-31 16:17:59 +01:00
parent f0caab9fb7
commit 34f742c2eb
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112

View File

@ -11,7 +11,7 @@ inherit go-module
MY_PV="${PV/_/-}"
DESCRIPTION="Encrypted overlay filesystem written in Go"
HOMEPAGE="https://nuetzlich.net/gocryptfs/ https://github.com/rfjakob/gocryptfs/releases"
HOMEPAGE="https://nuetzlich.net/gocryptfs/ https://github.com/rfjakob/gocryptfs/"
if [[ "${PV}" = 9999* ]]; then
EGIT_REPO_URI="https://${EGO_PN}"