diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-12-13 09:16:09 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-12-13 09:16:09 +0100 |
commit | 0cd2aff765d378259ea6f60fcade0afb1b473699 (patch) | |
tree | 784006023b42704aac6d24b94bcc6e4532f4fa18 /debian | |
parent | 7818e0896424e00f89a9a72eb7fd548f12a8fd49 (diff) | |
download | weechat-0cd2aff765d378259ea6f60fcade0afb1b473699.zip |
core: use https for WeeChat URLs
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rw-r--r-- | debian/watch | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index cdab4957f..694bf9d7c 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Build-Depends: libgnutls28-dev, zlib1g-dev Standards-Version: 3.9.5 -Homepage: http://weechat.org/ +Homepage: https://weechat.org/ Vcs-Git: git://anonscm.debian.org/users/kolter/weechat.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/kolter/weechat.git diff --git a/debian/copyright b/debian/copyright index 35447688f..372c27a7d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174 Upstream-Name: weechat Upstream-Contact: Sébastien Helleu <flashcode@flashtux.org> -Source: http://weechat.org/ +Source: https://weechat.org/ Files: * Copyright: 2003-2014, Sébastien Helleu <flashcode@flashtux.org> diff --git a/debian/watch b/debian/watch index 9e2e83a29..f379eaba4 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -opts=pgpsigurlmangle=s/$/.asc/ http://weechat.org/files/src/weechat-(\d.*)\.tar\.bz2 +opts=pgpsigurlmangle=s/$/.asc/ https://weechat.org/files/src/weechat-(\d.*)\.tar\.bz2 |