diff options
author | Sam James <sam@gentoo.org> | 2022-10-17 04:15:54 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-17 04:15:54 +0100 |
commit | 581117b707f8be3f0f5327479b4e492d62f90baa (patch) | |
tree | 43747350431ca57992e7bc2a55fa079710a81ef0 /sys-fs/quotatool | |
parent | sys-fs/quotatool: fix build w/ Clang 16, musl (diff) | |
download | gentoo-581117b707f8be3f0f5327479b4e492d62f90baa.tar.gz gentoo-581117b707f8be3f0f5327479b4e492d62f90baa.tar.bz2 gentoo-581117b707f8be3f0f5327479b4e492d62f90baa.zip |
sys-fs/quotatool: HTTPSify HOMEPAGE
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/quotatool')
-rw-r--r-- | sys-fs/quotatool/quotatool-1.6.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/quotatool/quotatool-1.6.2-r1.ebuild b/sys-fs/quotatool/quotatool-1.6.2-r1.ebuild index 6cee45a2deba..86c0b5fd01b1 100644 --- a/sys-fs/quotatool/quotatool-1.6.2-r1.ebuild +++ b/sys-fs/quotatool/quotatool-1.6.2-r1.ebuild @@ -6,8 +6,8 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="Command-line utility for filesystem quotas" -HOMEPAGE="http://quotatool.ekenberg.se/" -SRC_URI="http://quotatool.ekenberg.se/${P}.tar.gz" +HOMEPAGE="https://quotatool.ekenberg.se/" +SRC_URI="https://quotatool.ekenberg.se/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |