fltk: use https cause url
Closes Homebrew/homebrew#45064. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
parent
348284ea16
commit
3b8afae695
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class Fltk < Formula
|
|||
|
||||
fails_with :clang do
|
||||
build 318
|
||||
cause "http://llvm.org/bugs/show_bug.cgi?id=10338"
|
||||
cause "https://llvm.org/bugs/show_bug.cgi?id=10338"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue