docs: Fix a typo in github in an example

(cherry picked from commit 92ede15dd902f7c1d2771c194b8bb73fe406840f)
This commit is contained in:
Julien Tanguy 2019-09-11 14:11:37 +02:00 committed by Eelco Dolstra
parent ceddbc921f
commit ff7fcd3805
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -436,7 +436,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>