git_hosting_providers: Fix incorrect name for SourceHut (#26915)

This PR fixes an issue where the SourceHut Git hosting provider was
using the wrong name.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-03-17 09:32:23 -04:00 committed by GitHub
parent 040d42fc24
commit 8ba6ce43ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {