From b24c8e4c0b725aa7b3916609461bca831cfbfa1b Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Wed, 8 Jan 2025 07:40:05 +0100 Subject: [PATCH] fix: typo in plugin schema --- src/ui/plugins/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,