telegraf: use secure resource url

This commit is contained in:
Viktor Szakats 2016-03-01 12:06:51 +01:00 committed by Xu Cheng
parent fe574a4d33
commit 2eb8f1c1e3

View file

@ -16,7 +16,7 @@ class Telegraf < Formula
depends_on "go" => :build
go_resource "git.eclipse.org/gitroot/paho/org.eclipse.paho.mqtt.golang.git" do
url "git://git.eclipse.org/gitroot/paho/org.eclipse.paho.mqtt.golang.git",
url "https://git.eclipse.org/gitroot/paho/org.eclipse.paho.mqtt.golang.git",
:revision => "617c801af238c3af2d9e72c5d4a0f02edad03ce5"
end