dablin: fix license

This commit is contained in:
Markus Kowalewski 2024-09-26 23:22:16 +02:00
parent 9c2023e238
commit f18347fd07
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Play DAB/DAB+ from ETI-NI aligned stream";
homepage = "https://github.com/Opendigitalradio/dablin";
license = with licenses; [ gpl3 lgpl21 ];
license = with licenses; [ gpl3Plus lgpl21Only ];
platforms = platforms.linux;
maintainers = [ maintainers.markuskowa ];
};