2 Commity 5aeff46494 ... 78fcac9a1f

Autor SHA1 Wiadomość Data
  ANX 78fcac9a1f fix: readme 6 lat temu
  ANX 5aeff46494 fix: readme 6 lat temu
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      template.rb

+ 1 - 1
template.rb

@@ -13,7 +13,7 @@ def add_template_repository_to_source_path
     at_exit { FileUtils.remove_entry(tempdir) }
     git clone: [
       "--quiet",
-      "https://github.com/excid3/jumpstart.git",
+      "http://gogs.anxgang.com/Hiskio/jumpstart.git",
       tempdir
     ].map(&:shellescape).join(" ")