Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: /
Date: Mon, 09 May 2022 06:16:21
Message-Id: 1652075625.3bd2a784f58f602b85af9ee78f06547744edb57b.Alessandro-Barbieri@gentoo
1 commit: 3bd2a784f58f602b85af9ee78f06547744edb57b
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon May 9 05:53:45 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon May 9 05:53:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3bd2a784
7
8 CONTRIBUTING.md: lichen is a better tool than golicense
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 CONTRIBUTING.md | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
16 index 647403ae1..fad9c4955 100644
17 --- a/CONTRIBUTING.md
18 +++ b/CONTRIBUTING.md
19 @@ -61,7 +61,7 @@ dev-python/twine
20
21 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.
22
23 -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`.
24 +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`.
25
26
27 ## Other Tips and Tricks <a name="tips"></a>