zplug: use secure homepage
Closes #3027. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
58e46c29cf
commit
c971309762
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
class Zplug < Formula
|
||||
desc "The next-generation plugin manager for zsh"
|
||||
homepage "http://zplug.sh"
|
||||
homepage "https://zplug.sh/"
|
||||
url "https://github.com/zplug/zplug/archive/2.1.0.tar.gz"
|
||||
sha256 "fbaf44c76151d1b2340fc9cf7cf2833682acc87952de63b3c0ba73a385cd0ea1"
|
||||
head "https://github.com/zplug/zplug.git"
|
||||
|
|
Loading…
Reference in a new issue