limesuite: fix license
This commit is contained in:
parent
7ba2754101
commit
683b91ea10
|
@ -47,7 +47,7 @@ in stdenv.mkDerivation {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Driver and GUI for LMS7002M-based SDR platforms";
|
description = "Driver and GUI for LMS7002M-based SDR platforms";
|
||||||
homepage = https://github.com/myriadrf/LimeSuite;
|
homepage = https://github.com/myriadrf/LimeSuite;
|
||||||
license = licenses.apache2;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ markuskowa ];
|
maintainers = with maintainers; [ markuskowa ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue