about summary refs log tree commit diff
path: root/pkgs/applications/audio/flac
diff options
context:
space:
mode:
authorEmery Hemingway <ehmry@posteo.net>2022-10-29 11:59:56 -0500
committerehmry <ehmry@posteo.net>2022-10-29 16:50:46 -0500
commit6f7a7cffd2a5cab4460c0722b7ac4ee8cf8d6f07 (patch)
tree6df427df7680c8cf59c708a85f071365b5c72c67 /pkgs/applications/audio/flac
parent4e74b20841728a352a4d6fc915b160b2c521d017 (diff)
flac: add meta.changelog
Diffstat (limited to 'pkgs/applications/audio/flac')
-rw-r--r--pkgs/applications/audio/flac/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/flac/default.nix b/pkgs/applications/audio/flac/default.nix
index 38054694e3b0f..be987fccd66e2 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 ];