mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-03 06:38:52 +00:00
fix: typo in plugin schema
This commit is contained in:
parent
5187a00971
commit
b24c8e4c0b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ pub struct Plugin {
|
||||||
pub version: Option<String>,
|
pub version: Option<String>,
|
||||||
pub short_description: Option<String>,
|
pub short_description: Option<String>,
|
||||||
pub description: Option<String>,
|
pub description: Option<String>,
|
||||||
pub hompage_url: Option<String>,
|
pub homepage_url: Option<String>,
|
||||||
pub screenshots: Vec<String>,
|
pub screenshots: Vec<String>,
|
||||||
/// either one of exec_url or exec_path must be provided
|
/// either one of exec_url or exec_path must be provided
|
||||||
pub exec_url: Option<String>,
|
pub exec_url: Option<String>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue