libmp3splt: add license

This commit is contained in:
Markus Kowalewski 2018-10-18 21:05:05 +02:00
parent b8253570a1
commit 21a518cd35
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
description = "Utility to split mp3, ogg vorbis and FLAC files without decoding";
maintainers = with maintainers; [ bosu ];
platforms = platforms.unix;
license = licenses.gpl2;
};
}