From 44a91b715327dc058b30265a9c787da640095f26 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Sat, 7 May 2022 21:31:35 +0300 Subject: [PATCH] monkeysAudio: Update license --- pkgs/applications/audio/monkeys-audio/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/audio/monkeys-audio/default.nix b/pkgs/applications/audio/monkeys-audio/default.nix index 59fe5022981..05647af2201 100644 --- a/pkgs/applications/audio/monkeys-audio/default.nix +++ b/pkgs/applications/audio/monkeys-audio/default.nix @@ -24,7 +24,10 @@ gcc10Stdenv.mkDerivation rec { meta = with lib; { description = "Lossless audio codec"; platforms = platforms.linux; - license = licenses.lgpl2; + # This is not considered a GPL license, but it seems rather free although + # it's not standard, see a quote of it: + # https://github.com/NixOS/nixpkgs/pull/171682#issuecomment-1120260551 + license = licenses.free; maintainers = [ ]; }; }