diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/command-ref/nix-hash.xml | 4 | ||||
-rw-r--r-- | doc/manual/introduction/about-nix.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual/command-ref/nix-hash.xml b/doc/manual/command-ref/nix-hash.xml index 8d8213c0bca8..80263e18e339 100644 --- a/doc/manual/command-ref/nix-hash.xml +++ b/doc/manual/command-ref/nix-hash.xml @@ -126,9 +126,9 @@ cryptographic hash as <literal>nix-store --dump <para>Computing the same hash as <command>nix-prefetch-url</command>: <screen> -$ nix-prefetch-url file://<(echo test) +$ nix-prefetch-url file://<(echo test) 1lkgqb6fclns49861dwk9rzb6xnfkxbpws74mxnx01z9qyv1pjpj -$ nix-hash --type sha256 --flat --base32 <(echo test) +$ nix-hash --type sha256 --flat --base32 <(echo test) 1lkgqb6fclns49861dwk9rzb6xnfkxbpws74mxnx01z9qyv1pjpj </screen> </para> diff --git a/doc/manual/introduction/about-nix.xml b/doc/manual/introduction/about-nix.xml index 7cb124033f3e..83a2b6786ac0 100644 --- a/doc/manual/introduction/about-nix.xml +++ b/doc/manual/introduction/about-nix.xml @@ -262,7 +262,7 @@ xlink:href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">GNU LGPLv2.1 or (at your option) any later version</link>.</para> <para>Nix uses the <link -xlink:href="https://github.com/antirez/linenoise">linenoise +xlink:href="https://github.com/arangodb/linenoise-ng">linenoise-ng library</link>, which has the following license:</para> <programlisting><xi:include href="../../../src/linenoise/LICENSE" parse="text" /></programlisting> |