Commit ccf16a79 authored by jopejoe1's avatar jopejoe1
Browse files

zvbi: make use of compound licenses and cleanup

parent 213d0715
Loading
Loading
Loading
Loading
+14 −9
Original line number Diff line number Diff line
@@ -66,10 +66,15 @@ stdenv.mkDerivation (finalAttrs: {
    homepage = "https://github.com/zapping-vbi/zvbi";
    changelog = "https://github.com/zapping-vbi/zvbi/blob/${finalAttrs.src.rev}/ChangeLog";
    pkgConfigModules = [ "zvbi-0.2" ];
    license = with lib.licenses; [
    license =
      with lib.licenses;
      AND [
        bsd2
        (OR [
          bsd3
      gpl2
          gpl2Plus
        ])
        gpl2Only
        gpl2Plus
        lgpl21Plus
        lgpl2Plus