Update crates/plugins/src/manifest.rs

Signed-off-by: Matheus Cardoso <matheus@cardo.so>
This commit is contained in:
Matheus Cardoso 2023-05-15 07:08:57 -03:00 committed by GitHub
parent a6a7c15611
commit 73934330b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ impl PluginManifest {
}
pub fn homepage_url(&self) -> Option<Url> {
Url::parse(&self.homepage?).ok()
Url::parse(&self.homepage).ok()
}
pub fn has_compatible_package(&self) -> bool {