aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/zsh/site-functions/_brew_cask8
1 files changed, 3 insertions, 5 deletions
diff --git a/share/zsh/site-functions/_brew_cask b/share/zsh/site-functions/_brew_cask
index bed090cb0..2fd65c4d6 100644
--- a/share/zsh/site-functions/_brew_cask
+++ b/share/zsh/site-functions/_brew_cask
@@ -1,11 +1,9 @@
#compdef brew-cask
#autoload
-# Autocompletion for homebrew-cask (https://github.com/caskroom/homebrew-cask/).
-#
-# Originally sourced from the oh-my-zsh
-# https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/brew-cask/brew-cask.plugin.zsh
-#
+# Zsh Autocompletion script for Homebrew Cask
+# https://github.com/homebrew/brew
+
# The MIT License (MIT)
#
# Copyright (c) 2009-2016 Robby Russell and contributors