commit: 3bd2a784f58f602b85af9ee78f06547744edb57b Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Mon May 9 05:53:45 2022 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Mon May 9 05:53:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3bd2a784
CONTRIBUTING.md: lichen is a better tool than golicense Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 647403ae1..fad9c4955 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -61,7 +61,7 @@ dev-python/twine Some packages include files that are licensed under a different license then the rest of the package. In this case all the licenses should be specified in the LICENSE variable. This is very often the case for packages written in Rust or Go. -Rust and Go packages automagically collect all dependencies. The licenses of the things that are statically linked in these packages should be checked *manually* with `dev-util/cargo-license` and `dev-go/golicense`. +Rust and Go packages automagically collect all dependencies. The licenses of the things that are statically linked in these packages should be checked *manually* with `dev-util/cargo-license` and `dev-go/lichen`. ## Other Tips and Tricks <a name="tips"></a>
