Skip to content

Commit 92eba13

Browse files
committed
Fix plugin/package metadata.
1 parent ee9c11e commit 92eba13

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"server": "docker-compose up --build",
1616
"sign": "npx --yes @grafana/sign-plugin@latest"
1717
},
18-
"author": "Grafana Labs",
19-
"license": "Apache-2.0",
18+
"author": "Quickwit",
19+
"license": "AGPL-3.0",
2020
"devDependencies": {
2121
"@babel/core": "^7.16.7",
2222
"@grafana/e2e": "9.3.8",

src/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
33
"type": "datasource",
44
"name": "Quickwit",
5-
"id": "grafana-quickwit-datasource",
5+
"id": "quickwit-quickwit-datasource",
66
"metrics": true,
77
"backend": true,
88
"alerting": true,
@@ -11,7 +11,7 @@
1111
"executable": "gpx_quickwit",
1212
"category": "logging",
1313
"info": {
14-
"description": "Quickwit datasource plugin for Grafana",
14+
"description": "Quickwit is an OSS, Cloud-Native search engine on objec storage. This plugin allows you to visualize logs and build dashboards on top of Quickwit.",
1515
"author": {
1616
"name": "Quickwit",
1717
"url": "https://quickwit.io"

0 commit comments

Comments
 (0)