grunt-completion: use https for homepage (#10993)
This commit is contained in:
parent
93538f47eb
commit
6d4db0c379
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
class GruntCompletion < Formula
|
||||
desc "Bash and Zsh completion for Grunt"
|
||||
homepage "http://gruntjs.com/"
|
||||
homepage "https://gruntjs.com/"
|
||||
url "https://github.com/gruntjs/grunt-cli/archive/v0.1.13.tar.gz"
|
||||
sha256 "bb291c97f5ac5dc3f549343436f64ff066a0138565e15c794b1636d37fdc4992"
|
||||
head "https://github.com/gruntjs/grunt-cli.git"
|
||||
|
|
Loading…
Reference in a new issue