From cc8f029f222a618eb30b585ccb22efcce1e5cf91 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 12 Mar 2017 19:44:01 +0000 Subject: secure urls + remove -k from in-doc curl command --- Library/Homebrew/dev-cmd/aspell-dictionaries.rb | 2 +- Library/Homebrew/dev-cmd/pull.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Homebrew/dev-cmd') diff --git a/Library/Homebrew/dev-cmd/aspell-dictionaries.rb b/Library/Homebrew/dev-cmd/aspell-dictionaries.rb index 86ad037ce..955e41b01 100644 --- a/Library/Homebrew/dev-cmd/aspell-dictionaries.rb +++ b/Library/Homebrew/dev-cmd/aspell-dictionaries.rb @@ -10,7 +10,7 @@ module Homebrew module_function def aspell_dictionaries - dict_url = "http://ftpmirror.gnu.org/aspell/dict" + dict_url = "https://ftpmirror.gnu.org/aspell/dict" dict_mirror = "https://ftp.gnu.org/gnu/aspell/dict" languages = {} diff --git a/Library/Homebrew/dev-cmd/pull.rb b/Library/Homebrew/dev-cmd/pull.rb index 1bc87add1..ec89b14b8 100644 --- a/Library/Homebrew/dev-cmd/pull.rb +++ b/Library/Homebrew/dev-cmd/pull.rb @@ -13,7 +13,7 @@ #: #: ~ The URL of a commit on GitHub #: -#: ~ A "http://bot.brew.sh/job/..." string specifying a testing job ID +#: ~ A "https://bot.brew.sh/job/..." string specifying a testing job ID #: #: If `--bottle` is passed, handle bottles, pulling the bottle-update #: commit and publishing files on Bintray. -- cgit v1.2.3