guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: dump1090: Fix license.


From: guix-commits
Subject: branch master updated: gnu: dump1090: Fix license.
Date: Wed, 04 Nov 2020 14:58:20 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bcf8397  gnu: dump1090: Fix license.
bcf8397 is described below

commit bcf83975a34ae6f45dc90d506e862abe9a7ee0a8
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Wed Nov 4 14:56:42 2020 -0500

    gnu: dump1090: Fix license.
    
    * gnu/packages/radio.scm (dump1090)[license]: Use GPL2+.
---
 gnu/packages/radio.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index a8f57b6..2955b89 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]