flac: add license

This commit is contained in:
Markus Kowalewski
2018-08-23 11:57:39 +02:00
committed by Markus Kowalewski
parent c365453fed
commit a58466596f
+1 -1
View File
@@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
homepage = https://xiph.org/flac/;
description = "Library and tools for encoding and decoding the FLAC lossless audio file format";
platforms = platforms.all;
maintainers = [ ];
license = licenses.bsd3;
};
}