flac: add license

This commit is contained in:
Markus Kowalewski 2018-08-23 00:01:38 +02:00 committed by Markus Kowalewski
parent c365453fed
commit a58466596f
No known key found for this signature in database
GPG Key ID: 502A248E3FB4FF48

View File

@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
homepage = https://xiph.org/flac/; homepage = https://xiph.org/flac/;
description = "Library and tools for encoding and decoding the FLAC lossless audio file format"; description = "Library and tools for encoding and decoding the FLAC lossless audio file format";
platforms = platforms.all; platforms = platforms.all;
maintainers = [ ]; license = licenses.bsd3;
}; };
} }