From 111a3e6a696677aa0f9ca08e7dd80b3e8e1ed8fd Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 10 May 2017 19:18:19 +0200 Subject: [PATCH] conjure-up: secure url(s) --- Formula/conjure-up.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/conjure-up.rb b/Formula/conjure-up.rb index 73cac25065..c79e20ebd7 100644 --- a/Formula/conjure-up.rb +++ b/Formula/conjure-up.rb @@ -2,7 +2,7 @@ class ConjureUp < Formula include Language::Python::Virtualenv desc "Big software deployments so easy it's almost magical." - homepage "http://conjure-up.io" + homepage "https://conjure-up.io/" url "https://github.com/conjure-up/conjure-up/archive/2.1.5.tar.gz" sha256 "df8278ffca2eab81bf02e6fe422e283baaee52b01e8a7b3bad1ca91ffa691af0" head "https://github.com/conjure-up/conjure-up.git", :branch => "master"