diff options
Diffstat (limited to 'extensions/spellcheck/hunspell/src/moz.yaml')
-rw-r--r-- | extensions/spellcheck/hunspell/src/moz.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/extensions/spellcheck/hunspell/src/moz.yaml b/extensions/spellcheck/hunspell/src/moz.yaml new file mode 100644 index 0000000000..5b07818b5d --- /dev/null +++ b/extensions/spellcheck/hunspell/src/moz.yaml @@ -0,0 +1,15 @@ +# Version of this schema +schema: 1 + +bugzilla: + product: "Core" + component: "Spelling checker" + +origin: + name: "Hunspell" + description: "Spell Checker" + + url: "http://hunspell.github.io/" + license: "MPL-1.1" + + release: "1.7.0" |