CONTRIBUTING.md: Fix typo

Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email>
Part-of: https://github.com/gentoo/guru/pull/462
Closes: https://github.com/gentoo/guru/pull/462
Signed-off-by: David Roman <stkw0@disroot.org>
This commit is contained in:
Niklaus 'vimja' Hofer
2026-04-21 12:01:08 +02:00
committed by David Roman
parent eab78c933e
commit 34811560df

View File

@@ -59,7 +59,7 @@ dev-python/twine
- #### Licenses of bundled libraries
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.
Some packages include files that are licensed under a different license than 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/lichen`.