1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 01:51:47 +02:00

documentation: avoid unquoted URLs

This commit is contained in:
Krzysztof Gogolewski 2020-05-21 19:29:13 +02:00
parent 5d2d0a7b7f
commit c8cb558849
4 changed files with 6 additions and 6 deletions

View file

@ -386,7 +386,7 @@ false</literal>.</para>
<programlisting>
builtins.fetchurl {
url = https://example.org/foo-1.2.3.tar.xz;
url = "https://example.org/foo-1.2.3.tar.xz";
sha256 = "2c26b46b68ffc68ff99b453c1d30413413422d706483bfa0f98a5e886266e7ae";
}
</programlisting>