lame: move to libraries & fix license

This commit is contained in:
codyopel 2015-02-14 19:06:38 -05:00
parent d62d6750f0
commit b03ded550f
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
meta = {
description = "LAME is a high quality MPEG Audio Layer III (MP3) encoder";
homepage = http://lame.sourceforge.net;
license = licenses.lgpl;
license = licenses.lgpl2;
maintainers = with maintainers; [ codyopel ];
platforms = platforms.all;
};

View file

@ -10581,7 +10581,7 @@ let
kubernetes = callPackage ../applications/networking/cluster/kubernetes { };
lame = callPackage ../applications/audio/lame { };
lame = callPackage ../development/libraries/lame { };
larswm = callPackage ../applications/window-managers/larswm { };