mirror of
https://github.com/fbartels/cloudron-drone-app.git
synced 2024-11-21 21:00:59 +00:00
Add some more field to the manifest
Signed-off-by: Felix Bartels <felix@9wd.eu>
This commit is contained in:
parent
0a3ce6a062
commit
a10742633f
1 changed files with 7 additions and 1 deletions
|
@ -9,5 +9,11 @@
|
||||||
"postgresql": {}
|
"postgresql": {}
|
||||||
},
|
},
|
||||||
"manifestVersion": 2,
|
"manifestVersion": 2,
|
||||||
"postInstallMessage": "file://POSTINSTALL.md"
|
"postInstallMessage": "file://POSTINSTALL.md",
|
||||||
|
"website": "https://drone.io/",
|
||||||
|
"title": "Drone CI",
|
||||||
|
"author": "Harness",
|
||||||
|
"tagline": "Self-service Continuous Integration platform for busy development teams.",
|
||||||
|
"tags": [ "golang", "ci" ],
|
||||||
|
"documentationUrl": "https://github.com/fbartels/cloudron-drone-app"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue