makemkv: clarify license
The `src_oss` source is LGPL 2.1 licensed, whereas `src_bin` is unfree.
This commit is contained in:
parent
0bffda19b8
commit
9805b9075e
@ -80,7 +80,7 @@ in mkDerivation {
|
||||
expiration date.
|
||||
'';
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
license = licenses.unfree;
|
||||
license = [ licenses.unfree licenses.lgpl21 ];
|
||||
homepage = "http://makemkv.com";
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = with maintainers; [ titanous ];
|
||||
|
Loading…
Reference in New Issue
Block a user