mason.git: new repo location

flac
Doug Coleman 2020-01-04 08:27:16 -06:00 committed by Steve Ayerhart
parent 5e9016cde9
commit e75dd893b0
No known key found for this signature in database
GPG Key ID: 5BFD39C5359E967D
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ IN: mason.git
{
"git"
"clone"
"git://factorcode.org/git/factor.git"
"git://factorcode.org/git/factor-github.git"
} ;
: git-clone ( -- )
@ -28,7 +28,7 @@ IN: mason.git
{
"git"
"pull"
"git://factorcode.org/git/factor.git"
"git://factorcode.org/git/factor-github.git"
"master"
} ;