docs: Fix a typo in github in an example

This commit is contained in:
Julien Tanguy 2019-09-11 14:11:37 +02:00
parent a56b51a0ba
commit 92ede15dd9
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ stdenv.mkDerivation { … }
<example>
<title>Fetching an arbitrary ref</title>
<programlisting>builtins.fetchGit {
url = "https://gitub.com/NixOS/nix.git";
url = "https://github.com/NixOS/nix.git";
ref = "refs/heads/0.5-release";
}</programlisting>
</example>