about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authormarkuskowa <markus.kowalewski@gmail.com>2018-12-02 16:52:33 +0100
committerGitHub <noreply@github.com>2018-12-02 16:52:33 +0100
commit506d4c7e44be895f36f6f9b7900875ff69e41011 (patch)
tree83b637486abc359561251d3ae64bd72f7d4b2b4b /nixos/doc
parent0c93294c30b59190e3e239771299edbd7e4d411e (diff)
parent0498ccd076e0c11b052dc0246033a35f2d51f983 (diff)
downloadnixlib-506d4c7e44be895f36f6f9b7900875ff69e41011.tar
nixlib-506d4c7e44be895f36f6f9b7900875ff69e41011.tar.gz
nixlib-506d4c7e44be895f36f6f9b7900875ff69e41011.tar.bz2
nixlib-506d4c7e44be895f36f6f9b7900875ff69e41011.tar.lz
nixlib-506d4c7e44be895f36f6f9b7900875ff69e41011.tar.xz
nixlib-506d4c7e44be895f36f6f9b7900875ff69e41011.tar.zst
nixlib-506d4c7e44be895f36f6f9b7900875ff69e41011.zip
Merge pull request #51329 from c0bw3b/cleanup/gnu-https
Favor HTTPS URLs - the GNU edition
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"/> =