diff options
author | 2018-05-30 21:22:48 +0300 | |
---|---|---|
committer | 2018-05-30 21:23:02 +0300 | |
commit | 7dd81ba2507bfe1720f3045246b359cdb0605ed5 (patch) | |
tree | 7f82e23f003492db8ed018a65927d77ff43e9048 /app-misc/tmux/tmux-9999.ebuild | |
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/tmux-9999.ebuild')
-rw-r--r-- | app-misc/tmux/tmux-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |