flac: add meta.changelog

This commit is contained in:
Emery Hemingway 2022-10-29 11:59:56 -05:00 committed by ehmry
parent 4e74b20841
commit 6f7a7cffd2

View file

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