diff options
| author | Adam Vandenberg | 2013-01-27 21:31:41 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:40:15 -0800 |
| commit | 18b74b28d241e60f6ac321277791aec79d0e0d35 (patch) | |
| tree | d245ac504f4df56d542f7effb1e5a476c11e0d90 /Library/Formula | |
| parent | 12208d5fc1d15e610a879d95168008bb2ed45538 (diff) | |
| download | homebrew-18b74b28d241e60f6ac321277791aec79d0e0d35.tar.bz2 | |
sipcalc: style nits
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/sipcalc.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/sipcalc.rb b/Library/Formula/sipcalc.rb index b14e1554f..10c60fd60 100644 --- a/Library/Formula/sipcalc.rb +++ b/Library/Formula/sipcalc.rb @@ -1,8 +1,8 @@ require 'formula' class Sipcalc < Formula - url 'http://www.routemeister.net/projects/sipcalc/files/sipcalc-1.1.5.tar.gz' homepage 'http://www.routemeister.net/projects/sipcalc/' + url 'http://www.routemeister.net/projects/sipcalc/files/sipcalc-1.1.5.tar.gz' sha1 'fe2180df9e14d28407a089c9ac23e4fabfb6e2a1' def install |
