Fix tarball

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy
2013-07-13 15:54:39 -04:00
parent e820a54431
commit 3b274caaac
8 changed files with 132 additions and 18 deletions
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A library for reading and writing audio files in various formats";
homepage = http://www.68k.org/~michael/audiofile/;
license = licenses.lgpl;
license = licenses.lgpl21;
maintainers = with maintainers; [ lovek323 shlevy ];
platforms = platforms.unix;
};