From fc718572fde88fea80d52d8a59d64bedf1207793 Mon Sep 17 00:00:00 2001 From: Motonori Iwata Date: Sat, 3 Sep 2011 21:27:12 +0900 Subject: [PATCH] fixed url --- git-now.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'