2 커밋 5aeff46494 ... 78fcac9a1f

작성자 SHA1 메시지 날짜
  ANX 78fcac9a1f fix: readme 6 년 전
  ANX 5aeff46494 fix: readme 6 년 전
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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(" ")