diff --git a/src/ui/plugins/mod.rs b/src/ui/plugins/mod.rs index db7136f..91d55ca 100644 --- a/src/ui/plugins/mod.rs +++ b/src/ui/plugins/mod.rs @@ -20,7 +20,7 @@ pub struct Plugin { pub version: Option, pub short_description: Option, pub description: Option, - pub hompage_url: Option, + pub homepage_url: Option, pub screenshots: Vec, /// either one of exec_url or exec_path must be provided pub exec_url: Option,