clang-format: use https for homepage (#10945)
This commit is contained in:
parent
2274935d22
commit
432a8c1b1b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
class ClangFormat < Formula
|
||||
desc "Formatting tools for C, C++, Obj-C, Java, JavaScript, TypeScript"
|
||||
homepage "http://clang.llvm.org/docs/ClangFormat.html"
|
||||
homepage "https://clang.llvm.org/docs/ClangFormat.html"
|
||||
version "2016-12-09"
|
||||
|
||||
stable do
|
||||
|
|
Loading…
Reference in a new issue