openiscsi: update license to GPL2+
This commit is contained in:
parent
e0238b7907
commit
257cbbcd3a
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A high performance, transport independent, multi-platform implementation of RFC3720";
|
description = "A high performance, transport independent, multi-platform implementation of RFC3720";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2Plus;
|
||||||
homepage = "https://www.open-iscsi.com";
|
homepage = "https://www.open-iscsi.com";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ cleverca22 zaninime ];
|
maintainers = with maintainers; [ cleverca22 zaninime ];
|
||||||
|
|
Loading…
Reference in a new issue