limesuite: fix license
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user