commit: a2532be195503de5ecbbb0c5fdebfab1d00d2066 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun Oct 29 12:48:48 2023 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Nov 22 10:55:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2532be1
sys-apps/cciss_vol_status: use HTTPS, fix LICENSE Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> sys-apps/cciss_vol_status/cciss_vol_status-1.12a.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-apps/cciss_vol_status/cciss_vol_status-1.12a.ebuild b/sys-apps/cciss_vol_status/cciss_vol_status-1.12a.ebuild index 94fedd2679d0..fd20b66d605f 100644 --- a/sys-apps/cciss_vol_status/cciss_vol_status-1.12a.ebuild +++ b/sys-apps/cciss_vol_status/cciss_vol_status-1.12a.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 IUSE="" DESCRIPTION="Shows status of logical drives attached to HP SmartArray controllers" -HOMEPAGE="http://cciss.sourceforge.net/#cciss_utils" -LICENSE="GPL-2" +HOMEPAGE="https://cciss.sourceforge.net/#cciss_utils" +LICENSE="GPL-2+" SRC_URI="mirror://sourceforge/cciss/${P}.tar.gz" KEYWORDS="amd64 ~ia64 x86" SLOT="0"
