kafka: use https homepage and head
Closes Homebrew/homebrew#37311. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
010e6f2493
commit
5ebf9411ad
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
class Kafka < Formula
|
||||
homepage "http://kafka.apache.org"
|
||||
head "http://git-wip-us.apache.org/repos/asf/kafka.git"
|
||||
homepage "https://kafka.apache.org"
|
||||
head "https://git-wip-us.apache.org/repos/asf/kafka.git"
|
||||
url "http://mirrors.ibiblio.org/apache/kafka/0.8.2.0/kafka-0.8.2.0-src.tgz"
|
||||
mirror "http://mirror.sdunix.com/apache/kafka/0.8.2.0/kafka-0.8.2.0-src.tgz"
|
||||
sha1 "d2c35b60a2f534fb552030dcc7855d13292b2414"
|
||||
|
|
Loading…
Reference in a new issue