]> gitweb.factorcode.org Git - factor.git/commitdiff
mason.git: new repo location
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 4 Jan 2020 14:27:16 +0000 (08:27 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 4 Jan 2020 14:27:16 +0000 (08:27 -0600)
extra/mason/git/git.factor

index 8f4d03a5641be633def15e2707fd065e01a87e3c..1fb5339733be48d75d071c0180d4ffaba28e1d47 100644 (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"
     } ;