aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2020-11-04 14:56:42 -0500
committerLeo Famulari <leo@famulari.name>2020-11-04 14:58:06 -0500
commitbcf83975a34ae6f45dc90d506e862abe9a7ee0a8 (patch)
tree4935f40c089021cf21d534056f90b6cea9fb2d92
parent79e9168aa6ebe3eee83e852ba96f46dda8ec0490 (diff)
downloadguix-bcf83975a34ae6f45dc90d506e862abe9a7ee0a8.tar
guix-bcf83975a34ae6f45dc90d506e862abe9a7ee0a8.tar.gz
gnu: dump1090: Fix license.
* gnu/packages/radio.scm (dump1090)[license]: Use GPL2+.
-rw-r--r--gnu/packages/radio.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index a8f57b6c17..2955b89d06 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -1052,7 +1052,7 @@ gain and standing wave ratio.")
It can be used to decode the ADS-B signals that planes emit to indicate
their position, altitude, speed, etc.")
(home-page "https://github.com/flightaware/dump1090")
- (license license:bsd-3)))
+ (license license:gpl2+)))
(define-public rtl-433
(package