forked from mirrors/nixpkgs
monkeysAudio: Update license
This commit is contained in:
parent
f8ee62b3dc
commit
44a91b7153
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue