mirrors: fix lua mirrors

Seems like urls in mirrors must end up with a / otherwise download fails.
wip/yesman
Matthieu Coudron 4 years ago committed by Matthieu Coudron
parent 91fbec2e3b
commit 3dd316723d
  1. 6
      pkgs/build-support/fetchurl/mirrors.nix

@ -9,10 +9,10 @@
# "sourceforge", "gnu", etc.
luarocks = [
"https://luarocks.org"
"https://luarocks.org/"
"https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/"
"http://luafr.org/moonrocks"
"http://luarocks.logiceditor.com/rocks"
"http://luafr.org/moonrocks/"
"http://luarocks.logiceditor.com/rocks/"
];
# SourceForge.

Loading…
Cancel
Save