aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2015-02-20 16:46:02 +0000
committerMike McQuaid2015-02-20 16:46:02 +0000
commitddadec515be888ebf1cd62da091a1b4ee39f4848 (patch)
tree144d12ba74aef8a6b846ece5dcf2356062066812 /Library
parenta3d5bc049aa94e19a551506b92c9023942e4c88d (diff)
downloadhomebrew-ddadec515be888ebf1cd62da091a1b4ee39f4848.tar.bz2
nsq: httpsify the homepage.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/nsq.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/nsq.rb b/Library/Formula/nsq.rb
index b49c8a010..85972271c 100644
--- a/Library/Formula/nsq.rb
+++ b/Library/Formula/nsq.rb
@@ -2,7 +2,7 @@ require "formula"
require "language/go"
class Nsq < Formula
- homepage "http://bitly.github.io/nsq"
+ homepage "https://bitly.github.io/nsq"
url "https://github.com/bitly/nsq/archive/v0.3.2.tar.gz"
sha1 "3df203637e9b669486747e5ac18c93e7dd2d33bd"