Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: /
Date: Thu, 23 Dec 2021 02:18:38
Message-Id: 1640225756.4610dbf2c4f20f6c4a1617b1ff28baa72bcab1b7.cybertailor@gentoo
1 commit: 4610dbf2c4f20f6c4a1617b1ff28baa72bcab1b7
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Wed Dec 22 03:11:20 2021 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Thu Dec 23 02:15:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4610dbf2
7
8 CONTRIBUTING.md: mention cargo-license and golicense
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
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 e60839825..daa69766d 100644
17 --- a/CONTRIBUTING.md
18 +++ b/CONTRIBUTING.md
19 @@ -55,7 +55,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*.
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/golicense`.
25
26
27 ## Other Tips and Tricks <a name="tips"></a>