summaryrefslogtreecommitdiff
path: root/dev-go
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-22 08:49:45 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-22 09:05:08 +0200
commitf6d3f81b5126ad9f2ee7a525e1231339682a1363 (patch)
tree400a190eb3fb328a59b32f9b16f1fc0ee524ea1f /dev-go
parentapp-emulation/wine-gecko: Correct the remote-id (diff)
downloadgentoo-f6d3f81b5126ad9f2ee7a525e1231339682a1363.tar.gz
gentoo-f6d3f81b5126ad9f2ee7a525e1231339682a1363.tar.bz2
gentoo-f6d3f81b5126ad9f2ee7a525e1231339682a1363.zip
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@gentoo.org>
Diffstat (limited to 'dev-go')
-rw-r--r--dev-go/gopls/metadata.xml2
1 files changed, 1 insertions, 1 deletions
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>zmedico@gentoo.org</email>
</maintainer>
<upstream>
- <remote-id type="github">golang/tools/gopls</remote-id>
+ <remote-id type="github">golang/tools</remote-id>
</upstream>
</pkgmetadata>