limesuite: fix license

This commit is contained in:
Markus Kowalewski
2018-04-25 12:59:23 -07:00
parent 7ba2754101
commit 683b91ea10

View File

@@ -47,7 +47,7 @@ in stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Driver and GUI for LMS7002M-based SDR platforms";
homepage = https://github.com/myriadrf/LimeSuite;
license = licenses.apache2;
license = licenses.asl20;
maintainers = with maintainers; [ markuskowa ];
platforms = platforms.linux;
};