diff options
author | YiFei Zhu <zhuyifei1999@gmail.com> | 2023-11-11 13:39:52 -0800 |
---|---|---|
committer | YiFei Zhu <zhuyifei1999@gmail.com> | 2023-11-11 13:40:51 -0800 |
commit | 784f3a887653bf69fa39449a2ad946b7fd8cea72 (patch) | |
tree | e8166fb426a0092448b87fe889fc4f8438ab59a0 /CONTRIBUTING.md | |
parent | gui-apps/nwg-panel: add 0.9.17 (diff) | |
download | guru-784f3a887653bf69fa39449a2ad946b7fd8cea72.tar.gz guru-784f3a887653bf69fa39449a2ad946b7fd8cea72.tar.bz2 guru-784f3a887653bf69fa39449a2ad946b7fd8cea72.zip |
CONTRIBUTING.md: Fix typo deprecared -> deprecated
Signed-off-by: YiFei Zhu <zhuyifei1999@gmail.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a6df9f02b..624bea078 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -68,7 +68,7 @@ Rust and Go packages automagically collect all dependencies. The licenses of the - #### Don't use `EGO_SUM` -This method of declaring Go module dependencies is deprecared. Please consider either hosting a dependency tarball somewhere (you can find out how to generate it in [go-module.eclass(5)](https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html)) or improving upstream release CI scripts (example: [noborus/ov#196](https://github.com/noborus/ov/pull/196/files)). +This method of declaring Go module dependencies is deprecated. Please consider either hosting a dependency tarball somewhere (you can find out how to generate it in [go-module.eclass(5)](https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html)) or improving upstream release CI scripts (example: [noborus/ov#196](https://github.com/noborus/ov/pull/196/files)). - #### Use the cmake eclass instead of the cmake-utils eclass |