commit: 9eab48288641f8d4fce6edc16bc9bec1929dd203 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Thu Mar 7 17:38:27 2019 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Mar 9 21:01:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eab4828
sys-block/scsiadd: use HTTPS. Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11294 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> sys-block/scsiadd/scsiadd-1.97.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-block/scsiadd/scsiadd-1.97.ebuild b/sys-block/scsiadd/scsiadd-1.97.ebuild index 9c868888234..0ba63844322 100644 --- a/sys-block/scsiadd/scsiadd-1.97.ebuild +++ b/sys-block/scsiadd/scsiadd-1.97.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="2" @@ -6,8 +6,8 @@ EAPI="2" inherit user toolchain-funcs flag-o-matic DESCRIPTION="Add and remove SCSI devices from your Linux system during runtime" -HOMEPAGE="http://llg.cubic.org/tools/" -SRC_URI="http://llg.cubic.org/tools/${P}.tar.gz" +HOMEPAGE="https://llg.cubic.org/tools/" +SRC_URI="https://llg.cubic.org/tools/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"
