Unverified Commit 497e86a2 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

alsa-plugins: provide precise licence information (#428300)

parents 954703db c5cd6971
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -39,7 +39,13 @@ stdenv.mkDerivation (finalAttrs: {
  meta = {
    description = "Various plugins for ALSA";
    homepage = "http://alsa-project.org/";
    license = lib.licenses.lgpl21;

    license = with lib.licenses; [
      lgpl21Plus
      lgpl2Plus # maemo plugin
      gpl2Plus # attributes.m4 & usb_stream.h
    ];

    maintainers = [ lib.maintainers.marcweber ];
    platforms = lib.platforms.linux;
  };