openiscsi: update license to GPL2+

This commit is contained in:
Markus Kowalewski 2021-01-09 11:05:03 +01:00 committed by ajs124
parent e0238b7907
commit 257cbbcd3a

View File

@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A high performance, transport independent, multi-platform implementation of RFC3720";
license = licenses.gpl2;
license = licenses.gpl2Plus;
homepage = "https://www.open-iscsi.com";
platforms = platforms.linux;
maintainers = with maintainers; [ cleverca22 zaninime ];