add salsa.debian.org as a gitlab host

This commit is contained in:
figsoda 2023-01-06 15:51:10 -05:00
parent 7eab5f9ce5
commit 113641268d

View File

@ -74,6 +74,7 @@ fn main() -> Result<()> {
(None, Some(host), _) if host.starts_with("gitlab.") => {
FetchFromGitLab::new(Some(host)).into()
}
(None, Some(host @ "salsa.debian.org"), _) => FetchFromGitLab::new(Some(host)).into(),
(Some(FetcherFunction::FetchFromGitLab), Some(host), _) => {
FetchFromGitLab::new(Some(host)).into()
}