mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
airspy: fix license
This commit is contained in:
parent
ad992cbde1
commit
f830ab1196
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user