telegraf: use secure resource url
This commit is contained in:
parent
fe574a4d33
commit
2eb8f1c1e3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue