fetchurl: add codemirror.dlang.org to the list of dub mirrors
code.dlang.org actually went down recently, hopefully this should make that a bit less likely to happen in the future.
This commit is contained in:
parent
f2d7a289c5
commit
eaf5ec98fe
1 changed files with 1 additions and 0 deletions
|
@ -315,6 +315,7 @@
|
|||
# D DUB
|
||||
dub = [
|
||||
"https://code.dlang.org/packages/"
|
||||
"https://codemirror.dlang.org/packages/"
|
||||
];
|
||||
|
||||
# Haskell Hackage
|
||||
|
|
Loading…
Reference in a new issue