mokeysAudio: add license and description

This commit is contained in:
Markus Kowalewski 2020-06-11 12:00:49 +02:00
parent e174d249df
commit 97f1c25028
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -12,7 +12,9 @@ stdenv.mkDerivation rec {
};
meta = with stdenv.lib; {
description = "Lossless audio codec";
platforms = platforms.linux;
license = licenses.lgpl2;
maintainers = [ ];
};
}