mason.git: new repo location
parent
16442c27ac
commit
f621e69335
|
@ -16,7 +16,7 @@ IN: mason.git
|
||||||
{
|
{
|
||||||
"git"
|
"git"
|
||||||
"clone"
|
"clone"
|
||||||
"git://factorcode.org/git/factor.git"
|
"git://factorcode.org/git/factor-github.git"
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
: git-clone ( -- )
|
: git-clone ( -- )
|
||||||
|
@ -28,7 +28,7 @@ IN: mason.git
|
||||||
{
|
{
|
||||||
"git"
|
"git"
|
||||||
"pull"
|
"pull"
|
||||||
"git://factorcode.org/git/factor.git"
|
"git://factorcode.org/git/factor-github.git"
|
||||||
"master"
|
"master"
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue