diff options
author | Isaac Clayton <isaacimagine@gmail.com> | 2019-11-08 22:42:02 +0800 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2019-11-08 15:42:02 +0100 |
commit | ef96a38fa599c983823f0e1ef530de847ee76da0 (patch) | |
tree | 5a1e8acc23b6e374ff94dd254a331eb31514090a /plugins/emoji-clock | |
parent | 107e512c9e62b140d8591c578527c901b1db9d37 (diff) | |
download | zsh-ef96a38fa599c983823f0e1ef530de847ee76da0.tar.gz zsh-ef96a38fa599c983823f0e1ef530de847ee76da0.tar.bz2 zsh-ef96a38fa599c983823f0e1ef530de847ee76da0.zip |
Upgrade some URLs to HTTPS (#8202)
* Update http to https in Solarized
* Upgrade http to https for 'Burger In Your Shell'
* Upgrade http to https for tmux.github.io
Diffstat (limited to 'plugins/emoji-clock')
-rw-r--r-- | plugins/emoji-clock/emoji-clock.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/emoji-clock/emoji-clock.plugin.zsh b/plugins/emoji-clock/emoji-clock.plugin.zsh index 0a55528f0..bdd606f89 100644 --- a/plugins/emoji-clock/emoji-clock.plugin.zsh +++ b/plugins/emoji-clock/emoji-clock.plugin.zsh @@ -2,7 +2,7 @@ # FILE: emoji-clock.plugin.zsh # DESCRIPTION: The current time with half hour accuracy as an emoji symbol. # Inspired by Andre Torrez' "Put A Burger In Your Shell" -# http://notes.torrez.org/2013/04/put-a-burger-in-your-shell.html +# https://notes.torrez.org/2013/04/put-a-burger-in-your-shell.html # AUTHOR: Alexis Hildebrandt (afh[at]surryhill.net) # VERSION: 1.0.0 # ----------------------------------------------------------------------------- |