From ec09dd0d1b5590d9809ef19c9c46b913cd5b092f Mon Sep 17 00:00:00 2001 From: Cyrus Yip <60951091+CyrusYip@users.noreply.github.com> Date: Thu, 9 Mar 2023 21:05:02 +0800 Subject: [PATCH] Use HTTPS links in 8th pill HTTPS is safer. --- pills/08-generic-builders.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pills/08-generic-builders.xml b/pills/08-generic-builders.xml index 8c0ab7b..2a34f71 100644 --- a/pills/08-generic-builders.xml +++ b/pills/08-generic-builders.xml @@ -16,7 +16,7 @@ In this post, we will generalize the builder script, write a Nix expression for GNU hello world + xlink:href="https://www.gnu.org/software/hello/">GNU hello world and create a wrapper around the derivation built-in function. @@ -31,10 +31,10 @@ - GNU hello world, + GNU hello world, despite its name, is a simple yet complete project which uses autotools. Fetch the latest tarball here: - http://ftp.gnu.org/gnu/hello/hello-2.10.tar.gz. + https://ftp.gnu.org/gnu/hello/hello-2.10.tar.gz.