dev-util/gitlab-cli: fix stray line

Reported by xgqt and parona. It breaks metadata generation with pkgcraft too:
> ERROR invalid pkg: dev-util/gitlab-cli-1.65.0::gentoo: line 9: go-mod/: restricted: cannot specify `/' in command names

Fixes: 723ddb4206f51e6a47bbada0a40acf95f9938ca4
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-08-12 04:45:06 +01:00
parent d9ee0f7ed3
commit 95037a28e6
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -6,7 +6,6 @@ inherit go-module
# update on every bump
GIT_COMMIT=8514bc42ef2c15a0ff27782a22b3add584b0d21c/
go-mod/
DESCRIPTION="the official gitlab command line interface"
HOMEPAGE="https://gitlab.com/gitlab-org/cli"