about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2018-12-01 19:22:13 +0100
committerc0bw3b <c0bw3b@users.noreply.github.com>2018-12-02 15:51:59 +0100
commit0498ccd076e0c11b052dc0246033a35f2d51f983 (patch)
treed184dd3915a1de9826a2587463dbdcc431d53ae3 /nixos/doc
parent93e511c31927013e95d485d2eae7ebf08c40d009 (diff)
downloadnixlib-0498ccd076e0c11b052dc0246033a35f2d51f983.tar
nixlib-0498ccd076e0c11b052dc0246033a35f2d51f983.tar.gz
nixlib-0498ccd076e0c11b052dc0246033a35f2d51f983.tar.bz2
nixlib-0498ccd076e0c11b052dc0246033a35f2d51f983.tar.lz
nixlib-0498ccd076e0c11b052dc0246033a35f2d51f983.tar.xz
nixlib-0498ccd076e0c11b052dc0246033a35f2d51f983.tar.zst
nixlib-0498ccd076e0c11b052dc0246033a35f2d51f983.zip
Treewide: use HTTPS on GNU domains
HTTP -> HTTPS for :
- http://gnu.org/
- http://www.gnu.org/
- http://elpa.gnu.org/
- http://lists.gnu.org/
- http://gcc.gnu.org/
- http://ftp.gnu.org/ (except in fetchurl mirrors)
- http://bugs.gnu.org/
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/configuration/adding-custom-packages.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/configuration/adding-custom-packages.xml b/nixos/doc/manual/configuration/adding-custom-packages.xml
index 028a94275345..cdcfa10b8200 100644
--- a/nixos/doc/manual/configuration/adding-custom-packages.xml
+++ b/nixos/doc/manual/configuration/adding-custom-packages.xml
@@ -31,7 +31,7 @@ $ cd nixpkgs
  <para>
   The second possibility is to add the package outside of the Nixpkgs tree. For
   instance, here is how you specify a build of the
-  <link xlink:href="http://www.gnu.org/software/hello/">GNU Hello</link>
+  <link xlink:href="https://www.gnu.org/software/hello/">GNU Hello</link>
   package directly in <filename>configuration.nix</filename>:
 <programlisting>
 <xref linkend="opt-environment.systemPackages"/> =