switch plugin repo to master

This commit is contained in:
goaaats 2021-10-20 18:54:45 +02:00
parent c9f70354d0
commit 9f9edcf414
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -16,7 +16,7 @@ namespace Dalamud.Plugin.Internal
internal partial class PluginRepository
{
// TODO: Change back to master after api4 release
private const string DalamudPluginsMasterUrl = "https://raw.githubusercontent.com/goatcorp/DalamudPlugins/api4/pluginmaster.json";
private const string DalamudPluginsMasterUrl = "https://raw.githubusercontent.com/goatcorp/DalamudPlugins/master/pluginmaster.json";
private static readonly ModuleLog Log = new("PLUGINR");