diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-10-29 13:48:48 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-11-22 11:55:28 +0100 |
commit | a2532be195503de5ecbbb0c5fdebfab1d00d2066 (patch) | |
tree | 2db809f156b2541b333d24c35155cb76edd0bfe2 /sys-apps/cciss_vol_status | |
parent | net-misc/cbqinit: EAPI8 bump, fix LICENSE (diff) | |
download | gentoo-a2532be195503de5ecbbb0c5fdebfab1d00d2066.tar.gz gentoo-a2532be195503de5ecbbb0c5fdebfab1d00d2066.tar.bz2 gentoo-a2532be195503de5ecbbb0c5fdebfab1d00d2066.zip |
sys-apps/cciss_vol_status: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'sys-apps/cciss_vol_status')
-rw-r--r-- | sys-apps/cciss_vol_status/cciss_vol_status-1.12a.ebuild | 6 |
1 files 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" |