diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:37:21 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:50 +0200 |
commit | 37bbeedfc9da875ab8972d54d2328d808a700c10 (patch) | |
tree | 9fa7be0d3364ced8256f771c6614f9b18a6b0950 /sys-fs/ddrescue | |
parent | Use https for kernel.org and redhat.com (diff) | |
download | gentoo-37bbeedfc9da875ab8972d54d2328d808a700c10.tar.gz gentoo-37bbeedfc9da875ab8972d54d2328d808a700c10.tar.bz2 gentoo-37bbeedfc9da875ab8972d54d2328d808a700c10.zip |
Use https for most gnu.org URLs
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sys-fs/ddrescue')
-rw-r--r-- | sys-fs/ddrescue/ddrescue-1.16.ebuild | 2 | ||||
-rw-r--r-- | sys-fs/ddrescue/ddrescue-1.18.1.ebuild | 2 | ||||
-rw-r--r-- | sys-fs/ddrescue/ddrescue-1.19.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/ddrescue/ddrescue-1.16.ebuild b/sys-fs/ddrescue/ddrescue-1.16.ebuild index ae6a1f54b24f..a1badf4dd92a 100644 --- a/sys-fs/ddrescue/ddrescue-1.16.ebuild +++ b/sys-fs/ddrescue/ddrescue-1.16.ebuild @@ -7,7 +7,7 @@ EAPI=4 inherit toolchain-funcs DESCRIPTION="Copy data from one file or block device to another with read-error recovery" -HOMEPAGE="http://www.gnu.org/software/ddrescue/ddrescue.html" +HOMEPAGE="https://www.gnu.org/software/ddrescue/ddrescue.html" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-2" diff --git a/sys-fs/ddrescue/ddrescue-1.18.1.ebuild b/sys-fs/ddrescue/ddrescue-1.18.1.ebuild index 9564ee28e54c..562b30b23404 100644 --- a/sys-fs/ddrescue/ddrescue-1.18.1.ebuild +++ b/sys-fs/ddrescue/ddrescue-1.18.1.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit toolchain-funcs flag-o-matic unpacker DESCRIPTION="Copy data from one file or block device to another with read-error recovery" -HOMEPAGE="http://www.gnu.org/software/ddrescue/ddrescue.html" +HOMEPAGE="https://www.gnu.org/software/ddrescue/ddrescue.html" SRC_URI="mirror://gnu/${PN}/${P}.tar.lz" LICENSE="GPL-2" diff --git a/sys-fs/ddrescue/ddrescue-1.19.ebuild b/sys-fs/ddrescue/ddrescue-1.19.ebuild index 1b57e60e6303..638980d95b7a 100644 --- a/sys-fs/ddrescue/ddrescue-1.19.ebuild +++ b/sys-fs/ddrescue/ddrescue-1.19.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit toolchain-funcs flag-o-matic unpacker DESCRIPTION="Copy data from one file or block device to another with read-error recovery" -HOMEPAGE="http://www.gnu.org/software/ddrescue/ddrescue.html" +HOMEPAGE="https://www.gnu.org/software/ddrescue/ddrescue.html" SRC_URI="mirror://gnu/${PN}/${P}.tar.lz" LICENSE="GPL-2+" |