From ce2d1f0fb0be87eb5db518746c96fd106205c238 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 18 Apr 2016 11:39:45 +0200 Subject: [PATCH] userspace-rcu: use secure url in comment Closes #410. Signed-off-by: Andrew Janke --- Formula/userspace-rcu.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/userspace-rcu.rb b/Formula/userspace-rcu.rb index d98729b270..b258faf53c 100644 --- a/Formula/userspace-rcu.rb +++ b/Formula/userspace-rcu.rb @@ -16,7 +16,7 @@ class UserspaceRcu < Formula "--disable-silent-rules", "--prefix=#{prefix}"] # workaround broken upstream detection of build platform - # marked as wontfix: http://bugs.lttng.org/issues/578#note-1 + # marked as wontfix: https://bugs.lttng.org/issues/578#note-1 if MacOS.prefer_64_bit? args << "--build=#{Hardware::CPU.arch_64_bit}" end