nrsc5: fix license

This commit is contained in:
Markus Kowalewski 2021-02-01 13:25:18 +01:00
parent 24cbe98bbc
commit a95e861f68
No known key found for this signature in database
GPG key ID: 502A248E3FB4FF48

View file

@ -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 ];
};
}