forked from mirrors/nixpkgs
soapyuhd: fix license
This commit is contained in:
parent
a915c8f33b
commit
b3e155a11b
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/pothosware/SoapyAirspy";
|
||||
description = "SoapySDR plugin for UHD devices";
|
||||
license = licenses.gpl3;
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ markuskowa ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue