soapybladerf: fix license

This commit is contained in:
Markus Kowalewski 2021-02-01 13:31:48 +01:00
parent 147bc60225
commit 2f27e4d44f
No known key found for this signature in database
GPG key ID: 502A248E3FB4FF48

View file

@ -25,7 +25,7 @@ in stdenv.mkDerivation {
meta = with lib; {
homepage = "https://github.com/pothosware/SoapyBladeRF";
description = "SoapySDR plugin for BladeRF devices";
license = licenses.lgpl21;
license = licenses.lgpl21Only;
maintainers = with maintainers; [ markuskowa ];
platforms = platforms.linux;
};