Commit 9805b907 authored by Andrew Marshall's avatar Andrew Marshall
Browse files

makemkv: clarify license

The `src_oss` source is LGPL 2.1 licensed, whereas `src_bin` is unfree.
parent 0bffda19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];