mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
limesuite: fix license
This commit is contained in:
parent
7ba2754101
commit
683b91ea10
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user