diff options
| author | Adam Vandenberg | 2013-01-26 18:17:53 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-26 18:17:53 -0800 |
| commit | 8b0416d41b5745ec15e21eb6b749309611a11985 (patch) | |
| tree | 7f7fee3b39b3e2d2cdbde43cedf37ff526de99f3 | |
| parent | a72ceec0efc43accde1e4f3e42cb5d501cef2687 (diff) | |
| download | homebrew-8b0416d41b5745ec15e21eb6b749309611a11985.tar.bz2 | |
cmatrix: style nit
| -rw-r--r-- | Library/Formula/cmatrix.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/cmatrix.rb b/Library/Formula/cmatrix.rb index f4c9aaef1..47718230c 100644 --- a/Library/Formula/cmatrix.rb +++ b/Library/Formula/cmatrix.rb @@ -1,8 +1,8 @@ require 'formula' class Cmatrix < Formula - url 'http://www.asty.org/cmatrix/dist/cmatrix-1.2a.tar.gz' homepage 'http://www.asty.org/cmatrix/' + url 'http://www.asty.org/cmatrix/dist/cmatrix-1.2a.tar.gz' sha1 'ca078c10322a47e327f07a44c9a42b52eab5ad93' def install |
