fix libgit2 home page 404

Closes Homebrew/homebrew#21372.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Eric Phetteplace 2013-07-21 16:06:13 -04:00 committed by Adam Vandenberg
parent 29bb8cd926
commit 0c0c471f0d

View file

@ -1,7 +1,7 @@
require 'formula' require 'formula'
class Libgit2 < Formula class Libgit2 < Formula
homepage 'http://libgit2.github.io/' homepage 'http://libgit2.github.com/'
url 'https://github.com/libgit2/libgit2/archive/v0.19.0.tar.gz' url 'https://github.com/libgit2/libgit2/archive/v0.19.0.tar.gz'
sha1 '72cc461d366c5ace3385470a1f209ff84d0a4bb3' sha1 '72cc461d366c5ace3385470a1f209ff84d0a4bb3'