3
0
Fork 0
forked from mirrors/nixpkgs

monkeysAudio: Update license

This commit is contained in:
Doron Behar 2022-05-07 21:31:35 +03:00
parent f8ee62b3dc
commit 44a91b7153

View file

@ -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 = [ ];
};
}