diff options
| author | Adam Vandenberg | 2013-01-26 18:26:17 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-26 19:21:59 -0800 |
| commit | 0301bacb5592c73ff02d36c8d2ea120840253c12 (patch) | |
| tree | c8f86063504f3a1ab578d8d6c7626556411a090d | |
| parent | 59f63fdd3abebd220c318dc4caf58d4aed627193 (diff) | |
| download | homebrew-0301bacb5592c73ff02d36c8d2ea120840253c12.tar.bz2 | |
cpmtools: style nits
| -rw-r--r-- | Library/Formula/cpmtools.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/cpmtools.rb b/Library/Formula/cpmtools.rb index e1bf326bd..808700f4e 100644 --- a/Library/Formula/cpmtools.rb +++ b/Library/Formula/cpmtools.rb @@ -1,8 +1,8 @@ require 'formula' class Cpmtools < Formula - url 'http://www.moria.de/~michael/cpmtools/cpmtools-2.13.tar.gz' homepage 'http://www.moria.de/~michael/cpmtools/' + url 'http://www.moria.de/~michael/cpmtools/cpmtools-2.13.tar.gz' sha1 'c7efb662a467b0341dc516dee1c36cd284740f8a' def install |
