soapyuhd: fix license

This commit is contained in:
Markus Kowalewski
2020-12-27 12:17:51 +01:00
parent a915c8f33b
commit b3e155a11b

View File

@@ -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;
};