diff --git a/crates/git_hosting_providers/src/providers/sourcehut.rs b/crates/git_hosting_providers/src/providers/sourcehut.rs index a2dd14a345cb09832082e29462d13b1ef1b8f4c7..c64f72193da4f5affde69b61e27452cb831e9501 100644 --- a/crates/git_hosting_providers/src/providers/sourcehut.rs +++ b/crates/git_hosting_providers/src/providers/sourcehut.rs @@ -11,7 +11,7 @@ pub struct Sourcehut; impl GitHostingProvider for Sourcehut { fn name(&self) -> String { - "Gitee".to_string() + "SourceHut".to_string() } fn base_url(&self) -> Url {