fetchGitea: support repo.palemoon.org

This commit is contained in:
figsoda 2023-02-01 14:57:47 -05:00
parent f1f814eaff
commit 337ca798eb
2 changed files with 1 additions and 3 deletions

View File

@ -121,7 +121,7 @@ fn main() -> Result<()> {
(
None | Some(FetcherFunction::FetchFromGitea),
Some(host @ ("codeberg.org" | "gitea.com" | "notabug.org")),
Some(host @ ("codeberg.org" | "gitea.com" | "notabug.org" | "repo.palemoon.org")),
_,
) => FetchFromGitea(host).into(),
(Some(FetcherFunction::FetchFromGitea), Some(host), _) => FetchFromGitea(host).into(),

View File

@ -2,6 +2,4 @@ args = [
"https://repo.palemoon.org/MoonchildProductions/Pale-Moon",
"31.0.0_Release",
"--submodules",
"--fetcher",
"fetchFromGitea",
]