aboutsummaryrefslogtreecommitdiff
path: root/projects/hunspell
diff options
context:
space:
mode:
authorjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2020-03-04 17:50:47 -0800
committerGitHub <noreply@github.com>2020-03-04 17:50:47 -0800
commit29714f32a8a1ca6a3140f81ebaf7c6205ec62006 (patch)
tree75ad96857a8739eed217fc8c35395dfe9aa7f77a /projects/hunspell
parentd444fc7c08605bb0282ae0971f46cc71cbb03f73 (diff)
downloadoss-fuzz-29714f32a8a1ca6a3140f81ebaf7c6205ec62006.tar.gz
[hunspell] Update contact info (#3463)
Diffstat (limited to 'projects/hunspell')
-rwxr-xr-xprojects/hunspell/build.sh4
-rw-r--r--projects/hunspell/project.yaml5
2 files changed, 6 insertions, 3 deletions
diff --git a/projects/hunspell/build.sh b/projects/hunspell/build.sh
index 82ba0839c..eccf4aa37 100755
--- a/projects/hunspell/build.sh
+++ b/projects/hunspell/build.sh
@@ -15,8 +15,8 @@
#
################################################################################
-mv -f ./tests/*.aff $OUT/
-mv -f ./tests/*.dic $OUT/
+mv -f ./tests/korean.* $OUT/
+mv -f ./tests/utf8_nonbmp.* $OUT/
autoreconf -vfi
./configure --disable-shared --enable-static
diff --git a/projects/hunspell/project.yaml b/projects/hunspell/project.yaml
index 9e0178919..f5396ebc2 100644
--- a/projects/hunspell/project.yaml
+++ b/projects/hunspell/project.yaml
@@ -1,6 +1,9 @@
homepage: "https://hunspell.github.io/"
-primary_contact: ""
+primary_contact: "caolanm@redhat.com"
+auto_ccs:
+ - "security@documentfoundation.org"
vendor_ccs:
+ - "eakhgari@mozilla.com"
- "twsmith@mozilla.com"
sanitizers:
- address