diff options
author | Vitaly Zdanevich <zdanevich.vitaly@ya.ru> | 2024-07-19 15:07:04 +0400 |
---|---|---|
committer | Vitaly Zdanevich <zdanevich.vitaly@ya.ru> | 2024-07-19 15:07:04 +0400 |
commit | bbcbd2a84b3407bd7277d2025edd9a2300288175 (patch) | |
tree | 2633c47b47c44f2b8dda4836893240ae50618c28 /app-benchmarks/phoronix-test-suite | |
parent | app-benchmarks/unigine-superposition: new package, add 1.1 (diff) | |
download | guru-bbcbd2a84b3407bd7277d2025edd9a2300288175.tar.gz guru-bbcbd2a84b3407bd7277d2025edd9a2300288175.tar.bz2 guru-bbcbd2a84b3407bd7277d2025edd9a2300288175.zip |
app-benchmarks/phoronix-test-suite: HttpsUrlAvailable fix
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
Diffstat (limited to 'app-benchmarks/phoronix-test-suite')
-rw-r--r-- | app-benchmarks/phoronix-test-suite/phoronix-test-suite-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-9999.ebuild b/app-benchmarks/phoronix-test-suite/phoronix-test-suite-9999.ebuild index 48a9e3c3d..31a304aa3 100644 --- a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-9999.ebuild +++ b/app-benchmarks/phoronix-test-suite/phoronix-test-suite-9999.ebuild @@ -8,7 +8,7 @@ EAPI=8 inherit bash-completion-r1 git-r3 xdg-utils DESCRIPTION="Phoronix's comprehensive, cross-platform testing and benchmark suite" -HOMEPAGE="http://www.phoronix-test-suite.com" +HOMEPAGE="https://www.phoronix-test-suite.com" EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" EGIT3_STORE_DIR="${T}" |