diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2016-12-04 03:47:55 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2016-12-04 05:08:13 +0100 |
commit | e40e0dd10e95856f6bcc5fe5ac38e6c7f64b96e1 (patch) | |
tree | 9c401a9a2f6a33a5a4a85945b3ae4640a21be02e | |
parent | c8d6cdf37d00614f7ab7027ac472fb9894bcf955 (diff) | |
download | zsh-e40e0dd10e95856f6bcc5fe5ac38e6c7f64b96e1.tar.gz zsh-e40e0dd10e95856f6bcc5fe5ac38e6c7f64b96e1.zip |
Switch all http://sourceforge.net/ URLs in packaging to https://
The fact that http://sourceforge.net/ redirects to https:// was
reported by DUCK.
-rw-r--r-- | debian/copyright | 2 | ||||
-rw-r--r-- | debian/upstream/metadata | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/copyright b/debian/copyright index f60c459d3..4d2e62cf5 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,7 +3,7 @@ Upstream-Name: Zsh (Z Shell) Upstream-Contact: zsh-workers@zsh.org Source: http://www.zsh.org/pub/ ftp://ftp.zsh.org/pub/ - http://sourceforge.net/projects/zsh/files/ + https://sourceforge.net/projects/zsh/files/ Files: * Copyright: 1992-2014 The Zsh Development Group (Paul Falstad, Richard diff --git a/debian/upstream/metadata b/debian/upstream/metadata index 32bee1c9f..e4dfd97d9 100644 --- a/debian/upstream/metadata +++ b/debian/upstream/metadata @@ -9,4 +9,4 @@ Name: Z shell Homepage: http://www.zsh.org/ Homepage: http://zsh.sourceforge.net/ Repository: git://git.code.sf.net/p/zsh/code -Repository-Browse: http://sourceforge.net/p/zsh/code/ci/master/tree/ +Repository-Browse: https://sourceforge.net/p/zsh/code/ci/master/tree/ |