diff --git a/source/dub/dub.d b/source/dub/dub.d index 4dd013c..97e72c0 100644 --- a/source/dub/dub.d +++ b/source/dub/dub.d @@ -64,8 +64,6 @@ /// The URL to the official package registry and it's default fallback registries. enum defaultRegistryURLs = [ "https://code.dlang.org/", - // fallback in case of HTTPS problems - "http://code.dlang.org/", "https://code-mirror.dlang.io/", "https://code-mirror2.dlang.io/", "https://dub-registry.herokuapp.com/",