libite: fix license

This commit is contained in:
Markus Kowalewski 2018-10-18 21:56:33 +02:00
parent 4e6d2f8ec9
commit 96b77d8d4d
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
'';
platforms = platforms.unix;
maintainers = with maintainers; [ fpletz ];
license = with licenses; [ mit isc ];
license = with licenses; [ mit isc bsd2 bsd3 ];
};
}