diff options
Diffstat (limited to 'Library/Formula/hqx.rb')
| -rw-r--r-- | Library/Formula/hqx.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/hqx.rb b/Library/Formula/hqx.rb index a4f735739..5711b482d 100644 --- a/Library/Formula/hqx.rb +++ b/Library/Formula/hqx.rb @@ -2,7 +2,7 @@ require 'formula'  class Hqx < Formula    homepage 'http://code.google.com/p/hqx/' -  url 'http://hqx.googlecode.com/files/hqx-1.1.tar.gz' +  url 'https://hqx.googlecode.com/files/hqx-1.1.tar.gz'    sha1 'bf08ae10db6cce4d29c84524ec13a3101d31db6b'    depends_on 'devil' | 
