diff options
| author | Adam Vandenberg | 2013-01-27 21:27:39 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:40:13 -0800 |
| commit | ea678efeed381dbdd19dc2b67fe4336709905a55 (patch) | |
| tree | 804f66ab9114032a1cba049bd30ebe3e558e9eb5 /Library | |
| parent | a49c457b5a60bd9a26f93439931ef3c30e3843b8 (diff) | |
| download | homebrew-ea678efeed381dbdd19dc2b67fe4336709905a55.tar.bz2 | |
qprint: style nits
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/qprint.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/qprint.rb b/Library/Formula/qprint.rb index 7146ff00e..4b0f1ade9 100644 --- a/Library/Formula/qprint.rb +++ b/Library/Formula/qprint.rb @@ -1,8 +1,8 @@ require 'formula' class Qprint < Formula - url 'http://www.fourmilab.ch/webtools/qprint/qprint-1.0.tar.gz' homepage 'http://www.fourmilab.ch/webtools/qprint' + url 'http://www.fourmilab.ch/webtools/qprint/qprint-1.0.tar.gz' sha1 '533a4942e93cccc2e6b3fd2171707bf1d0054d20' def install |
