docs: Fix a typo in github in an example
(cherry picked from commit 92ede15dd902f7c1d2771c194b8bb73fe406840f)
This commit is contained in:
		
							parent
							
								
									ceddbc921f
								
							
						
					
					
						commit
						ff7fcd3805
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -436,7 +436,7 @@ stdenv.mkDerivation { … }
 | 
				
			||||||
      <example>
 | 
					      <example>
 | 
				
			||||||
        <title>Fetching an arbitrary ref</title>
 | 
					        <title>Fetching an arbitrary ref</title>
 | 
				
			||||||
        <programlisting>builtins.fetchGit {
 | 
					        <programlisting>builtins.fetchGit {
 | 
				
			||||||
  url = "https://gitub.com/NixOS/nix.git";
 | 
					  url = "https://github.com/NixOS/nix.git";
 | 
				
			||||||
  ref = "refs/heads/0.5-release";
 | 
					  ref = "refs/heads/0.5-release";
 | 
				
			||||||
}</programlisting>
 | 
					}</programlisting>
 | 
				
			||||||
      </example>
 | 
					      </example>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue