commit: f6d3f81b5126ad9f2ee7a525e1231339682a1363
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 22 06:49:45 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 07:05:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6d3f81b
dev-go/gopls: Correct the remote-id
The remote-id is supposed to point at a specific GitHub project,
while apparently this one had subdirectory in the repo (?) appended.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-go/gopls/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-go/gopls/metadata.xml b/dev-go/gopls/metadata.xml
index 8d5dbd5f864e..53c3ef9df310 100644
--- a/dev-go/gopls/metadata.xml
+++ b/dev-go/gopls/metadata.xml
@@ -5,6 +5,6 @@
<email>[email protected]</email>
</maintainer>
<upstream>
- <remote-id type="github">golang/tools/gopls</remote-id>
+ <remote-id type="github">golang/tools</remote-id>
</upstream>
</pkgmetadata>