Revert "switch plugin repo to master"

This reverts commit 9f9edcf414.
This commit is contained in:
goaaats 2021-10-20 19:29:21 +02:00
parent 9f9edcf414
commit e40b5554a8
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/master/pluginmaster.json";
private const string DalamudPluginsMasterUrl = "https://raw.githubusercontent.com/goatcorp/DalamudPlugins/api4/pluginmaster.json";
private static readonly ModuleLog Log = new("PLUGINR");