diff --git a/cmd/micro/settings.go b/cmd/micro/settings.go index de31c951..f25138bd 100644 --- a/cmd/micro/settings.go +++ b/cmd/micro/settings.go @@ -193,7 +193,7 @@ func DefaultGlobalSettings() map[string]interface{} { "tabsize": float64(4), "tabstospaces": false, "pluginchannels": []string{ - "https://www.boombuler.de/channel.json", + "https://raw.githubusercontent.com/micro-editor/plugin-channel/master/channel.json", }, "pluginrepos": []string{}, }