diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-11 19:34:15 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-03-11 20:37:32 -0400 |
commit | 164b1066f2aac691624af06bf5d7fc8a7edc0f56 (patch) | |
tree | 0346873a8134a53c500b9e500ed4f245c777a8ba /dev-util/vmtouch | |
parent | dev-util/bcc: Version bump to 0.9.0 (diff) | |
download | gentoo-164b1066f2aac691624af06bf5d7fc8a7edc0f56.tar.gz gentoo-164b1066f2aac691624af06bf5d7fc8a7edc0f56.tar.bz2 gentoo-164b1066f2aac691624af06bf5d7fc8a7edc0f56.zip |
dev-util/vmtouch: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11341
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-util/vmtouch')
-rw-r--r-- | dev-util/vmtouch/vmtouch-1.3.0.ebuild | 2 | ||||
-rw-r--r-- | dev-util/vmtouch/vmtouch-1.3.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/vmtouch/vmtouch-1.3.0.ebuild b/dev-util/vmtouch/vmtouch-1.3.0.ebuild index 0ac4532e6bd7..fa9794273df1 100644 --- a/dev-util/vmtouch/vmtouch-1.3.0.ebuild +++ b/dev-util/vmtouch/vmtouch-1.3.0.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit toolchain-funcs DESCRIPTION="Virtual Memory Toucher, portable file system cache diagnostics and control" -HOMEPAGE="http://hoytech.com/vmtouch/" +HOMEPAGE="https://hoytech.com/vmtouch/" SRC_URI="https://github.com/hoytech/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" diff --git a/dev-util/vmtouch/vmtouch-1.3.1.ebuild b/dev-util/vmtouch/vmtouch-1.3.1.ebuild index ce4da1de358a..c01b2005e2fe 100644 --- a/dev-util/vmtouch/vmtouch-1.3.1.ebuild +++ b/dev-util/vmtouch/vmtouch-1.3.1.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="Virtual Memory Toucher, portable file system cache diagnostics and control" -HOMEPAGE="http://hoytech.com/vmtouch/" +HOMEPAGE="https://hoytech.com/vmtouch/" SRC_URI="https://github.com/hoytech/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" |