diff options
Diffstat (limited to 'Library/Formula/ode.rb')
| -rw-r--r-- | Library/Formula/ode.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/ode.rb b/Library/Formula/ode.rb index ec283ece6..eac7a2050 100644 --- a/Library/Formula/ode.rb +++ b/Library/Formula/ode.rb @@ -2,7 +2,7 @@ require 'formula'  class Ode <Formula    # Build from svn to get Snow Leopard fixes. -  head 'https://opende.svn.sourceforge.net/svnroot/opende/trunk', :revision => '1728' +  url 'https://opende.svn.sourceforge.net/svnroot/opende/trunk', :revision => '1728'    homepage 'http://www.ode.org/'    def install | 
