commit: d6ffbddfd5a438c8c24f9ec6ddee5acdf6b7aa20 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Mon Jun 5 15:05:49 2023 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sun Jun 11 08:22:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6ffbddf
app-cdr/plextor-tool: use HTTPS Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31303 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-cdr/plextor-tool/plextor-tool-0.5.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-cdr/plextor-tool/plextor-tool-0.5.0.ebuild b/app-cdr/plextor-tool/plextor-tool-0.5.0.ebuild index 0822d71769e4..a82714a6b525 100644 --- a/app-cdr/plextor-tool/plextor-tool-0.5.0.ebuild +++ b/app-cdr/plextor-tool/plextor-tool-0.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="Tool to change the parameters of a Plextor CD-ROM drive" -HOMEPAGE="http://plextor-tool.sourceforge.net/" +HOMEPAGE="https://plextor-tool.sourceforge.net/" SRC_URI="mirror://sourceforge/plextor-tool/${P}.src.tar.bz2" S="${WORKDIR}"/${PN}/src
