1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-19 04:00:13 -04:00

Use HTTPS links in 8th pill

HTTPS is safer.
This commit is contained in:
Cyrus Yip 2023-03-09 21:05:02 +08:00 committed by GitHub
parent 37562a2b57
commit ec09dd0d1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@
<para>
In this post, we will generalize the builder script, write a Nix expression
for <link
xlink:href="http://www.gnu.org/software/hello/">GNU hello world</link>
xlink:href="https://www.gnu.org/software/hello/">GNU hello world</link>
and create a wrapper around the derivation built-in function.
</para>
@ -31,10 +31,10 @@
</para>
<para>
<link xlink:href="http://www.gnu.org/software/hello/">GNU hello world</link>,
<link xlink:href="https://www.gnu.org/software/hello/">GNU hello world</link>,
despite its name, is a simple yet complete project which uses autotools.
Fetch the latest tarball here:
<link xlink:href="http://ftp.gnu.org/gnu/hello/hello-2.10.tar.gz">http://ftp.gnu.org/gnu/hello/hello-2.10.tar.gz</link>.
<link xlink:href="https://ftp.gnu.org/gnu/hello/hello-2.10.tar.gz">https://ftp.gnu.org/gnu/hello/hello-2.10.tar.gz</link>.
</para>
<para>