aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-25 20:26:32 -0700
committerAdam Vandenberg2012-03-25 20:26:32 -0700
commit0e55cf3e92dd0e0ce5d93e233b6bfbfa52a9b2ae (patch)
tree1f998070360d748f0e5c5c5880414cc4af7fb722 /Library/Formula
parent31c3cd1353c498206ad62fcd470d2d653d9db00e (diff)
downloadhomebrew-0e55cf3e92dd0e0ce5d93e233b6bfbfa52a9b2ae.tar.bz2
openmeeg: fix audit warning
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/openmeeg.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/openmeeg.rb b/Library/Formula/openmeeg.rb
index 2a1bdc0b5..d961e6be0 100644
--- a/Library/Formula/openmeeg.rb
+++ b/Library/Formula/openmeeg.rb
@@ -5,7 +5,7 @@ class Openmeeg < Formula
url 'https://github.com/openmeeg/openmeeg/tarball/release-2.1'
md5 '47b2a5aa4fa5d806da8322859ee3b1d8'
- head 'git://github.com/openmeeg/openmeeg.git', :using => :git
+ head 'https://github.com/openmeeg/openmeeg.git'
depends_on 'cmake' => :build
depends_on 'hdf5'