diff options
Diffstat (limited to 'Library/Homebrew/dev-cmd/aspell-dictionaries.rb')
| -rw-r--r-- | Library/Homebrew/dev-cmd/aspell-dictionaries.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 = {} |
