Add provider type

This commit is contained in:
Aoran Zeng
2025-07-11 19:28:56 +08:00
parent 1c27e328c9
commit 6e2b33269a
12 changed files with 58 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
static MirrorSite_t NugetOrg =
{
IS_UpstreamProvider,
"nuget.org", "NuGet Org", "Nuget Organization", "https://www.nuget.org/",
{SKIP, ToFill, ToFill, NULL, ROUGH}
};