diff options
author | 2021-11-02 19:42:04 +0000 | |
---|---|---|
committer | 2021-11-02 19:42:04 +0000 | |
commit | 0545003256a3c2736ae28ecd05b944bf1356c6a2 (patch) | |
tree | 925388589ebe78a4bbcef86cacca64d1dccf67bf /app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild | |
parent | app-admin/salt: fix github EGIT_REPO_URI (diff) | |
download | gentoo-0545003256a3c2736ae28ecd05b944bf1356c6a2.tar.gz gentoo-0545003256a3c2736ae28ecd05b944bf1356c6a2.tar.bz2 gentoo-0545003256a3c2736ae28ecd05b944bf1356c6a2.zip |
app-misc/tmux-mem-cpu-load: fix github EGIT_REPO_URI
GitHub no longer supports git://, let's switch to https://.
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild')
-rw-r--r-- | app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild index a93c22ace65b..2ed393ced5f9 100644 --- a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild +++ b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit cmake-utils IUSE="" if [[ ${PV} == *9999* ]]; then inherit git-r3 - EGIT_REPO_URI=${EGIT_REPO_URI:-"git://github.com/thewtex/tmux-mem-cpu-load.git"} + EGIT_REPO_URI=${EGIT_REPO_URI:-"https://github.com/thewtex/tmux-mem-cpu-load.git"} SRC_URI="" else KEYWORDS="" |