diff --git a/git-now.rb b/git-now.rb index d6f4229..c73f142 100644 --- a/git-now.rb +++ b/git-now.rb @@ -1,7 +1,7 @@ require 'formula' class GitNow < Formula - url 'https://github.com/nvie/gitflow.git', :tag => 'v0.0.1' + url 'https://github.com/iwata/git-now.git', :tag => 'v0.0.1' version '0.0.1' head 'https://github.com/iwata/git-now.git', :branch => 'develop' homepage 'https://github.com/iwata/git-now'