aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2021-12-22 08:11:20 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2021-12-23 07:15:56 +0500
commit4610dbf2c4f20f6c4a1617b1ff28baa72bcab1b7 (patch)
treebbe3444bb4bd8f21c19f1bfd10be21e28f5ce3ba /CONTRIBUTING.md
parentdev-python/pysubs2: bump to 1.3.1 (diff)
downloadguru-4610dbf2c4f20f6c4a1617b1ff28baa72bcab1b7.tar.gz
guru-4610dbf2c4f20f6c4a1617b1ff28baa72bcab1b7.tar.bz2
guru-4610dbf2c4f20f6c4a1617b1ff28baa72bcab1b7.zip
CONTRIBUTING.md: mention cargo-license and golicense
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
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 <a name="tips"></a>