diff options
author | Dennis Lamm <expeditioneer@gentoo.org> | 2022-01-20 21:38:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-21 19:05:11 +0000 |
commit | 39f606aa0caff9ff0a4795874518748f043be267 (patch) | |
tree | 7381682ecfd13294cdfdc241ea8277de39b3287b /eclass/go-module.eclass | |
parent | net-im/signal-desktop-bin: add new version 5.29.0 (diff) | |
download | gentoo-39f606aa0caff9ff0a4795874518748f043be267.tar.gz gentoo-39f606aa0caff9ff0a4795874518748f043be267.tar.bz2 gentoo-39f606aa0caff9ff0a4795874518748f043be267.zip |
go-module.eclass fixed referenced package
dev-util/golicense -> dev-go/golicense
Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Closes: https://github.com/gentoo/gentoo/pull/23890
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/go-module.eclass')
-rw-r--r-- | eclass/go-module.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/go-module.eclass b/eclass/go-module.eclass index c9eb90ac62ea..984698bfbafa 100644 --- a/eclass/go-module.eclass +++ b/eclass/go-module.eclass @@ -25,7 +25,7 @@ # Since Go programs are statically linked, it is important that your ebuild's # LICENSE= setting includes the licenses of all statically linked # dependencies. So please make sure it is accurate. -# You can use a utility like dev-util/golicense (network connectivity is +# You can use a utility like dev-go/golicense (network connectivity is # required) to extract this information from the compiled binary. # # @EXAMPLE: |