airspy: fix license

This commit is contained in:
Markus Kowalewski
2018-10-12 16:00:56 +02:00
committed by Markus Kowalewski
parent ad992cbde1
commit f830ab1196

View File

@@ -28,7 +28,7 @@ in
meta = with stdenv.lib; {
homepage = https://github.com/airspy/airspyone_host;
description = "Host tools and driver library for the AirSpy SDR";
license = licenses.free;
license = licenses.bsd3;
platforms = with platforms; linux ++ darwin;
maintainers = with maintainers; [ markuskowa ];
};