diff --git a/source/dub/dub.d b/source/dub/dub.d index 97d87fc..5341af3 100644 --- a/source/dub/dub.d +++ b/source/dub/dub.d @@ -61,6 +61,7 @@ /// The URL to the official package registry and it's default fallback registries. static immutable string[] defaultRegistryURLs = [ "https://code.dlang.org/", + "https://codemirror.dlang.org/", "https://code-mirror.dlang.io/", "https://dub-registry.herokuapp.com/", ];