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