diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-13 11:38:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-13 12:09:26 +0200 |
commit | ebd2a8498f60c8e227ddd99088d2fc71d58e8228 (patch) | |
tree | 29c09f0134d094a305f766229ecb8bc6fcdb6795 /app-admin/testdisk | |
parent | net-analyzer/vnstat: Old (diff) | |
download | gentoo-ebd2a8498f60c8e227ddd99088d2fc71d58e8228.tar.gz gentoo-ebd2a8498f60c8e227ddd99088d2fc71d58e8228.tar.bz2 gentoo-ebd2a8498f60c8e227ddd99088d2fc71d58e8228.zip |
app-admin/testdisk: Use HTTPS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-admin/testdisk')
-rw-r--r-- | app-admin/testdisk/testdisk-7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/testdisk/testdisk-7.1.ebuild b/app-admin/testdisk/testdisk-7.1.ebuild index 2b04d9dc8bef..cbd57b54dca9 100644 --- a/app-admin/testdisk/testdisk-7.1.ebuild +++ b/app-admin/testdisk/testdisk-7.1.ebuild @@ -7,7 +7,7 @@ inherit autotools flag-o-matic xdg-utils DESCRIPTION="Checks and undeletes partitions + PhotoRec, signature based recovery tool" HOMEPAGE="https://www.cgsecurity.org/wiki/TestDisk" -SRC_URI="http://www.cgsecurity.org/${P}.tar.bz2" +SRC_URI="https://www.cgsecurity.org/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" |