diff options
Diffstat (limited to 'app-misc/tmux-mem-cpu-load')
-rw-r--r-- | app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.4.0.ebuild | 2 | ||||
-rw-r--r-- | app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.4.0.ebuild b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.4.0.ebuild index e8fb406d2e50..d83314a824ba 100644 --- a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.4.0.ebuild +++ b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.4.0.ebuild @@ -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="amd64 ~arm64 x86" 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="" |