diff options
| author | Stuart Carnie | 2013-10-11 14:08:52 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-10-11 20:10:46 -0700 |
| commit | d2b9f766ebc999aa452a4b084b3aad29dce65085 (patch) | |
| tree | 76ba3a9b7d2a5ace953922948ccf5ae0dc61492f | |
| parent | aeafb2f249b6b76b52a0627b79ec12d0d2cf5f74 (diff) | |
| download | homebrew-d2b9f766ebc999aa452a4b084b3aad29dce65085.tar.bz2 | |
q: use official repo
Closes #23213.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/q.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/q.rb b/Library/Formula/q.rb index d1a4ec210..08f6bff3d 100644 --- a/Library/Formula/q.rb +++ b/Library/Formula/q.rb @@ -2,9 +2,8 @@ require 'formula' class Q < Formula homepage 'https://github.com/harelba/q' - url 'https://github.com/stuartcarnie/q/archive/1.0.tar.gz' + url 'https://github.com/harelba/q/archive/1.0.tar.gz' sha1 '0916d5909f43cac6a9c1dfaf1e81b4ff83363f81' - version '1.0' def install bin.install 'q' |
