commit: 18a753b7aa301de30e2919ab7d0e311d25b98ec9 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Dec 21 23:17:57 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Dec 21 23:19:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18a753b7
sys-apps/memtester: use HTTPS Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/memtester/memtester-4.5.1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sys-apps/memtester/memtester-4.5.1.ebuild b/sys-apps/memtester/memtester-4.5.1.ebuild index 45c81eb5f2d7..c03aad4deb95 100644 --- a/sys-apps/memtester/memtester-4.5.1.ebuild +++ b/sys-apps/memtester/memtester-4.5.1.ebuild @@ -5,11 +5,12 @@ EAPI=7 inherit toolchain-funcs -DESCRIPTION="userspace utility for testing the memory subsystem for faults" +DESCRIPTION="Userspace utility for testing the memory subsystem for faults" HOMEPAGE="http://pyropus.ca/software/memtester/" SRC_URI=" - http://pyropus.ca/software/memtester/${P}.tar.gz - http://pyropus.ca/software/memtester/old-versions/${P}.tar.gz" + https://pyropus.ca./software/memtester/${P}.tar.gz + https://pyropus.ca./software/memtester/old-versions/${P}.tar.gz +" LICENSE="GPL-2" SLOT="0"
