libite: add licenses

This commit is contained in:
Markus Kowalewski 2018-10-17 20:59:00 +02:00
parent ed09cdd0f6
commit 1d902ca5a2
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

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