requireFile: remove colon from the url for easier copy/paste

This commit is contained in:
Domen Kožar
2016-01-16 21:58:40 +01:00
parent e20ec1b12b
commit 36057827f6
+1 -1
View File
@@ -104,7 +104,7 @@ rec {
if message != null then message
else ''
Unfortunately, we may not download file ${name_} automatically.
Please, go to ${url}, download it yourself, and add it to the Nix store
Please, go to ${url} to download it yourself, and add it to the Nix store
using either
nix-store --add-fixed ${hashAlgo} ${name_}
or