Skip to content

Commit

Permalink
Update description metadata (opensearch-project#35)
Browse files Browse the repository at this point in the history
Update description to follow conventions defined [here][1].

[1]: https://github.com/opensearch-project/opensearch-plugins/blob/main/CONVENTIONS.md#opensearch-plugins-1

Signed-off-by: Andrew Ross <[email protected]>
  • Loading branch information
andrross authored Sep 8, 2023
1 parent 156c80b commit a62123b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ apply plugin: 'opensearch.pluginzip'

opensearchplugin {
name 'opensearch-custom-codecs'
description 'A plugin that implements custom compression codecs.'
description 'OpenSearch plugin that implements custom compression codecs'
classname 'org.opensearch.index.codec.customcodecs.CustomCodecPlugin'
licenseFile rootProject.file('LICENSE')
noticeFile rootProject.file('NOTICE')
Expand Down

0 comments on commit a62123b

Please sign in to comment.