diff options
author | Sam James <sam@gentoo.org> | 2021-01-18 17:48:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-18 17:48:10 +0000 |
commit | cc96c4be2f5740bb2ca40e8c485cc16f3c048fef (patch) | |
tree | b48e0c48647ccb9df1c00116ffd693345486bfad /sys-block | |
parent | media-libs/openjpeg: fix email in patch (diff) | |
download | gentoo-cc96c4be2f5740bb2ca40e8c485cc16f3c048fef.tar.gz gentoo-cc96c4be2f5740bb2ca40e8c485cc16f3c048fef.tar.bz2 gentoo-cc96c4be2f5740bb2ca40e8c485cc16f3c048fef.zip |
sys-block/di: http -> https
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/di/di-4.47.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-block/di/di-4.47.ebuild b/sys-block/di/di-4.47.ebuild index 98e0af6b69fe..ebf2b8b6d8b6 100644 --- a/sys-block/di/di-4.47.ebuild +++ b/sys-block/di/di-4.47.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit toolchain-funcs DESCRIPTION="Disk Information Utility" -HOMEPAGE="http://www.gentoo.com/di/" -SRC_URI="http://www.gentoo.com/di/${P}.tar.gz" +HOMEPAGE="https://www.gentoo.com/di/" +SRC_URI="https://www.gentoo.com/di/${P}.tar.gz" LICENSE="ZLIB" SLOT="0" |