diff --git a/CringePlugins/Config/PackagesConfig.cs b/CringePlugins/Config/PackagesConfig.cs index 3084539..1da804c 100644 --- a/CringePlugins/Config/PackagesConfig.cs +++ b/CringePlugins/Config/PackagesConfig.cs @@ -8,8 +8,9 @@ namespace CringePlugins.Config; public record PackagesConfig(ImmutableArray Sources, ImmutableArray Packages) { public static PackagesConfig Default { get; } = new([ - new("SpaceEngineersDedicated.ReferenceAssemblies", "https://nuget.storage.yandexcloud.net/index.json"), - new("ImGui.NET.DirectX", "https://nuget.storage.yandexcloud.net/index.json"), + new("SpaceEngineersDedicated.ReferenceAssemblies", "https://ng.zznty.ru/v3/index.json"), + new("ImGui.NET.DirectX", "https://ng.zznty.ru/v3/index.json"), + new("Plugin", "https://ng.zznty.ru/v3/index.json"), new(string.Empty, "https://api.nuget.org/v3/index.json") ], []); } \ No newline at end of file