Fix fish formula due to bad cherry-pick -- sorry :(

This commit is contained in:
Max Howell 2009-10-15 12:54:19 +01:00
parent 61b2307139
commit a6f3dc0fc2

View file

@ -1,9 +1,9 @@
require 'formula'
class Fish <Formula
url='http://downloads.sourceforge.net/project/fish/fish/1.23.1/fish-1.23.1.tar.bz2'
homepage='http://fishshell.org/'
md5='ead6b7c6cdb21f35a3d4aa1d5fa596f1'
url 'http://downloads.sourceforge.net/project/fish/fish/1.23.1/fish-1.23.1.tar.bz2'
homepage 'http://fishshell.org/'
md5 'ead6b7c6cdb21f35a3d4aa1d5fa596f1'
depends_on 'readline'