diff --git a/DragonFruit.OnionFruit/Updater/VelopackUpdater.cs b/DragonFruit.OnionFruit/Updater/VelopackUpdater.cs index 8783ca1..51700bb 100644 --- a/DragonFruit.OnionFruit/Updater/VelopackUpdater.cs +++ b/DragonFruit.OnionFruit/Updater/VelopackUpdater.cs @@ -26,7 +26,7 @@ public class VelopackUpdater : IOnionFruitUpdater, IHostedService, IDisposable public VelopackUpdater(UpdateOptions options, ILogger logger) { _logger = logger; - _updateManager = new UpdateManager(new GithubSource("https://github.com/aspriddell/onionfruit-xplat", null, true), options); + _updateManager = new UpdateManager(new GithubSource("https://github.com/dragonfruitnetwork/onionfruit", null, true), options); } public OnionFruitUpdaterStatus Status