dablin: fix license

This commit is contained in:
Markus Kowalewski
2024-09-26 23:33:47 +02:00
parent 9c2023e238
commit f18347fd07
+1 -1
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 ];
};