mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-19 19:14:53 +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 short_description: Option<String>,
|
||||
pub description: Option<String>,
|
||||
pub hompage_url: Option<String>,
|
||||
pub homepage_url: Option<String>,
|
||||
pub screenshots: Vec<String>,
|
||||
/// either one of exec_url or exec_path must be provided
|
||||
pub exec_url: Option<String>,
|
||||
|
|
Loading…
Add table
Reference in a new issue