diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2017-06-22 04:00:57 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2017-06-22 04:00:57 +0200 |
commit | ffdd3ef262acea630cd881af4bbba108992d9b49 (patch) | |
tree | e1ef609b9e7103c25452d11085143b4fcef4a6ce /debian/watch | |
parent | aa55c6bb095dfb9f89c285437f6bfbb23e046cfa (diff) | |
download | zsh-ffdd3ef262acea630cd881af4bbba108992d9b49.tar.gz zsh-ffdd3ef262acea630cd881af4bbba108992d9b49.zip |
Switch all http://www.zsh.org/ and http://www.debian.org/ URLs in packaging to HTTPS
Diffstat (limited to 'debian/watch')
-rw-r--r-- | debian/watch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/watch b/debian/watch index 6f340a253..a2dd4a72a 100644 --- a/debian/watch +++ b/debian/watch @@ -1,7 +1,7 @@ version=3 opts="pgpsigurlmangle=s/$/.asc/" \ -http://www.zsh.org/pub/zsh-(\d[^\sd]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) +https://www.zsh.org/pub/zsh-(\d[^\sd]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) opts="pgpsigurlmangle=s/$/.asc/" \ -http://www.zsh.org/pub/development/zsh-(\d[^\sd]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) +https://www.zsh.org/pub/development/zsh-(\d[^\sd]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) # ftp.zsh.org produced timeout again # Bart Martens <bartm@debian.org> Sat, 05 Jan 2013 08:58:36 +0000 |