Raymond Toy pushed to branch master at cmucl / cmucl
Commits: 8d7c3383 by Raymond Toy at 2015-10-10T13:39:42Z Use correct path for git clone.
Noticed by Joram Schrijver who gave the correct path.
- - - - -
1 changed file:
- BUILDING
Changes:
===================================== BUILDING ===================================== --- a/BUILDING +++ b/BUILDING @@ -55,7 +55,7 @@ Setting up a build environment
or, if you want to use the git sources directly:
- git clone git://common-lisp.net/projects/cmucl/cmucl.git + git clone https://gitlab.common-lisp.net/cmucl/cmucl.git
Whatever you do, the sources must be in a directory named src inside the base directory. Since the build tools keep all
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/8d7c33830d953f67d1e8253f76...