mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
dablin: fix license
This commit is contained in:
parent
9c2023e238
commit
f18347fd07
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user