forked from mirrors/nixpkgs
nrsc5: fix license
This commit is contained in:
parent
24cbe98bbc
commit
a95e861f68
|
@ -46,7 +46,7 @@ in stdenv.mkDerivation {
|
|||
homepage = "https://github.com/theori-io/nrsc5";
|
||||
description = "HD-Radio decoder for RTL-SDR";
|
||||
platforms = lib.platforms.linux;
|
||||
license = licenses.gpl3;
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ markuskowa ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue