aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/elasticsearch.rb
diff options
context:
space:
mode:
authorTianyi Cui2010-11-11 02:16:28 +0800
committerAdam Vandenberg2010-11-18 20:14:27 -0800
commit7871a99fe3439f457634e5792dd2f7b127fdd2dc (patch)
tree05f071812239c3c3eda888f1f45b880d2f79cdf3 /Library/Formula/elasticsearch.rb
parentd2530e5280072e1278eb509efbad3312e863e3e7 (diff)
downloadhomebrew-7871a99fe3439f457634e5792dd2f7b127fdd2dc.tar.bz2
Use https for all GitHub URLs
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/elasticsearch.rb')
-rw-r--r--Library/Formula/elasticsearch.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/elasticsearch.rb b/Library/Formula/elasticsearch.rb
index cf8029b96..f4219ac0f 100644
--- a/Library/Formula/elasticsearch.rb
+++ b/Library/Formula/elasticsearch.rb
@@ -1,7 +1,7 @@
require 'formula'
class Elasticsearch < Formula
- url 'http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.11.0.zip'
+ url 'https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.11.0.zip'
homepage 'http://www.elasticsearch.com'
md5 'ef19e6fc7bad8f76e4371a94de7e0da7'