Skip to content

Commit

Permalink
fix libgit2 home page 404
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#21372.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
phette23 authored and adamv committed Jul 21, 2013
1 parent 29bb8cd commit 0c0c471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/libgit2.rb
@@ -1,7 +1,7 @@
require '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'
sha1 '72cc461d366c5ace3385470a1f209ff84d0a4bb3'

Expand Down

0 comments on commit 0c0c471

Please sign in to comment.