diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-05-30 21:22:48 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-05-30 21:23:02 +0300 |
commit | 7dd81ba2507bfe1720f3045246b359cdb0605ed5 (patch) | |
tree | 7f82e23f003492db8ed018a65927d77ff43e9048 /app-misc/tmux | |
parent | app-emacs/slime: Add nosearch file to site-lisp directory (diff) | |
download | gentoo-7dd81ba2507bfe1720f3045246b359cdb0605ed5.tar.gz gentoo-7dd81ba2507bfe1720f3045246b359cdb0605ed5.tar.bz2 gentoo-7dd81ba2507bfe1720f3045246b359cdb0605ed5.zip |
app-misc/tmux: Use https
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-misc/tmux')
-rw-r--r-- | app-misc/tmux/tmux-2.6.ebuild | 2 | ||||
-rw-r--r-- | app-misc/tmux/tmux-2.7.ebuild | 2 | ||||
-rw-r--r-- | app-misc/tmux/tmux-9999.ebuild | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/tmux/tmux-2.6.ebuild b/app-misc/tmux/tmux-2.6.ebuild index 5b2d541aa62a..d92a3ffb9579 100644 --- a/app-misc/tmux/tmux-2.6.ebuild +++ b/app-misc/tmux/tmux-2.6.ebuild @@ -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" diff --git a/app-misc/tmux/tmux-2.7.ebuild b/app-misc/tmux/tmux-2.7.ebuild index 33446641593b..51aad0c12cd8 100644 --- a/app-misc/tmux/tmux-2.7.ebuild +++ b/app-misc/tmux/tmux-2.7.ebuild @@ -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" diff --git a/app-misc/tmux/tmux-9999.ebuild b/app-misc/tmux/tmux-9999.ebuild index 56c460fec6f1..30b2bd54a86b 100644 --- a/app-misc/tmux/tmux-9999.ebuild +++ b/app-misc/tmux/tmux-9999.ebuild @@ -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" |