Skip to content

Commit

Permalink
chore: Changed repository url
Browse files Browse the repository at this point in the history
  • Loading branch information
svrooij committed Sep 26, 2023
1 parent 2c63d6e commit b8dd5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Winget.CommunityRepository/WingetRepository.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace Winget.CommunityRepository;
public partial class WingetRepository
{
public const string OpenSourceIndexUri = "https://raw.githubusercontent.com/svrooij/winget-pkgs-index/main/index.json";
public const string DefaultIndexUri = "https://winget.azureedge.net/cache/source.msix";
public const string DefaultIndexUri = "https://cdn.winget.microsoft.com/cache/source.msix";
public bool UseRespository { get; set; }
public Uri IndexUri { get; set; } = new(OpenSourceIndexUri);
private readonly HttpClient httpClient;
Expand Down

0 comments on commit b8dd5a4

Please sign in to comment.