commit:     0545003256a3c2736ae28ecd05b944bf1356c6a2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  2 19:42:04 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov  2 19:42:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05450032

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 <AT> gentoo.org>

 app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.4.0.ebuild | 2 +-
 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 e8fb406d2e5..d83314a824b 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 a93c22ace65..2ed393ced5f 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=""

Reply via email to