From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 06E0D158086 for ; Thu, 23 Dec 2021 02:18:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE68CE07D4; Thu, 23 Dec 2021 02:18:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 849B4E07D9 for ; Thu, 23 Dec 2021 02:18:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F4B5342EB2 for ; Thu, 23 Dec 2021 02:18:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DC5A23E for ; Thu, 23 Dec 2021 02:18:23 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1640225756.4610dbf2c4f20f6c4a1617b1ff28baa72bcab1b7.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: / X-VCS-Repository: repo/proj/guru X-VCS-Files: CONTRIBUTING.md X-VCS-Directories: / X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 4610dbf2c4f20f6c4a1617b1ff28baa72bcab1b7 X-VCS-Branch: dev Date: Thu, 23 Dec 2021 02:18:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f9e63804-3b29-44b0-a814-ed572cc477dd X-Archives-Hash: f1094a10fb6938a801b10a6a1e5c1b87 commit: 4610dbf2c4f20f6c4a1617b1ff28baa72bcab1b7 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed Dec 22 03:11:20 2021 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Thu Dec 23 02:15:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4610dbf2 CONTRIBUTING.md: mention cargo-license and golicense Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e60839825..daa69766d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -55,7 +55,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*. +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`. ## Other Tips and Tricks