From 6f7a7cffd2a5cab4460c0722b7ac4ee8cf8d6f07 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Sat, 29 Oct 2022 11:59:56 -0500 Subject: [PATCH] flac: add meta.changelog --- pkgs/applications/audio/flac/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/audio/flac/default.nix b/pkgs/applications/audio/flac/default.nix index 38054694e3b..be987fccd66 100644 --- a/pkgs/applications/audio/flac/default.nix +++ b/pkgs/applications/audio/flac/default.nix @@ -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 ];