app-misc/tmux: Use https
authorMikle Kolyada <zlogene@gentoo.org>
Wed, 30 May 2018 18:22:48 +0000 (21:22 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Wed, 30 May 2018 18:23:02 +0000 (21:23 +0300)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

app-misc/tmux/tmux-2.6.ebuild
app-misc/tmux/tmux-2.7.ebuild
app-misc/tmux/tmux-9999.ebuild

index 5b2d541aa62ac073d1f2cad80abc0deb5d467250..d92a3ffb957900c726416d632c6e3355a705fed8 100644 (file)
@@ -6,7 +6,7 @@ EAPI=6
 inherit autotools flag-o-matic versionator
 
 DESCRIPTION="Terminal multiplexer"
-HOMEPAGE="http://tmux.github.io/"
+HOMEPAGE="https://tmux.github.io/"
 SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_*}/${P/_/-}.tar.gz"
 
 LICENSE="ISC"
index 33446641593b29d4c28041e7926a0f86616bf3ae..51aad0c12cd80d335be4d0eec34dc89c01d15707 100644 (file)
@@ -6,7 +6,7 @@ EAPI=6
 inherit autotools flag-o-matic versionator
 
 DESCRIPTION="Terminal multiplexer"
-HOMEPAGE="http://tmux.github.io/"
+HOMEPAGE="https://tmux.github.io/"
 SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_*}/${P/_/-}.tar.gz"
 
 LICENSE="ISC"
index 56c460fec6f13244a551c2eda5d6a067e9617105..30b2bd54a86b40c357ef9fb44b5a4966c60ca35c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit autotools git-r3 flag-o-matic versionator
 
 DESCRIPTION="Terminal multiplexer"
-HOMEPAGE="http://tmux.github.io/"
+HOMEPAGE="https://tmux.github.io/"
 SRC_URI="https://raw.githubusercontent.com/przepompownia/tmux-bash-completion/678a27616b70c649c6701cae9cd8c92b58cc051b/completions/tmux -> tmux-bash-completion-678a27616b70c649c6701cae9cd8c92b58cc051b
 vim-syntax? ( https://raw.githubusercontent.com/keith/tmux.vim/95f6126c187667cc7f9c573c45c3b356cf69f4ca/syntax/tmux.vim -> tmux.vim-95f6126c187667cc7f9c573c45c3b356cf69f4ca )"
 EGIT_REPO_URI="https://github.com/tmux/tmux.git"