diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-07 18:38:27 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-03-09 22:01:55 +0100 |
commit | 9eab48288641f8d4fce6edc16bc9bec1929dd203 (patch) | |
tree | 05b4b6bcb992c892e4b57bab8bcb89fdb2a8cd03 /sys-block | |
parent | media-gfx/pixie: EAPI7 bump, improve ebuild. (diff) | |
download | gentoo-9eab48288641f8d4fce6edc16bc9bec1929dd203.tar.gz gentoo-9eab48288641f8d4fce6edc16bc9bec1929dd203.tar.bz2 gentoo-9eab48288641f8d4fce6edc16bc9bec1929dd203.zip |
sys-block/scsiadd: use HTTPS.
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11294
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/scsiadd/scsiadd-1.97.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-block/scsiadd/scsiadd-1.97.ebuild b/sys-block/scsiadd/scsiadd-1.97.ebuild index 9c8688882342..0ba638443227 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" |