airspy: fix license

This commit is contained in:
Markus Kowalewski
2018-10-12 21:37:52 +02:00
committed by Markus Kowalewski
parent ad992cbde1
commit f830ab1196
+1 -1
View File
@@ -28,7 +28,7 @@ in
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://github.com/airspy/airspyone_host; homepage = https://github.com/airspy/airspyone_host;
description = "Host tools and driver library for the AirSpy SDR"; description = "Host tools and driver library for the AirSpy SDR";
license = licenses.free; license = licenses.bsd3;
platforms = with platforms; linux ++ darwin; platforms = with platforms; linux ++ darwin;
maintainers = with maintainers; [ markuskowa ]; maintainers = with maintainers; [ markuskowa ];
}; };