diff options
| author | Alex Brem | 2011-09-11 11:37:37 +0300 |
|---|---|---|
| committer | Charlie Sharpsteen | 2011-09-11 08:21:00 -0700 |
| commit | 1bface7b5bab3bdd9c1e96ca74d4ca5255702ddd (patch) | |
| tree | 0ceec3d360e2ece747566bef17ecaff9555948e4 /Library/Formula | |
| parent | 4843d14f303b0a8810b1f6c75f3268c2d7fcb6fd (diff) | |
| download | homebrew-1bface7b5bab3bdd9c1e96ca74d4ca5255702ddd.tar.bz2 | |
Ninja: Use original Git repository
Closes #7559.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ninja.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ninja.rb b/Library/Formula/ninja.rb index 1f30c915b..f98f70c5f 100644 --- a/Library/Formula/ninja.rb +++ b/Library/Formula/ninja.rb @@ -1,7 +1,7 @@ require 'formula' class Ninja < Formula - head 'https://github.com/alexgartrell/ninja.git' + head 'https://github.com/martine/ninja.git' homepage 'https://github.com/martine/ninja' def install |
