summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@fysik.su.se>2018-10-12 16:00:56 +0200
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2018-10-12 21:37:52 +0200
commitf830ab11968e8075229f4929282070caf1d8e656 (patch)
tree69c2ac81be5a5a85fed41653b02ccac72f188fd7
parentad992cbde10879455a5359ceb17937fc57cf2fc9 (diff)
downloadnixlib-f830ab11968e8075229f4929282070caf1d8e656.tar
nixlib-f830ab11968e8075229f4929282070caf1d8e656.tar.gz
nixlib-f830ab11968e8075229f4929282070caf1d8e656.tar.bz2
nixlib-f830ab11968e8075229f4929282070caf1d8e656.tar.lz
nixlib-f830ab11968e8075229f4929282070caf1d8e656.tar.xz
nixlib-f830ab11968e8075229f4929282070caf1d8e656.tar.zst
nixlib-f830ab11968e8075229f4929282070caf1d8e656.zip
airspy: fix license
-rw-r--r--pkgs/applications/misc/airspy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/airspy/default.nix b/pkgs/applications/misc/airspy/default.nix
index 9b6771a3925b..2042f1047b22 100644
--- a/pkgs/applications/misc/airspy/default.nix
+++ b/pkgs/applications/misc/airspy/default.nix
@@ -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 ];
     };