summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-05-20 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-05-20 04:20:00 +0000
commitb3b41261d5d0a4f59eebc92a794c7c1e8257ced2 (patch)
treeb46610d8e94d42abd8ebc3bb16dfd8fd90c756f5
parentb005ff482d839a6ecd7b954be469864304185cda (diff)
downloadnixpkgs-b3b41261d5d0a4f59eebc92a794c7c1e8257ced2.tar
nixpkgs-b3b41261d5d0a4f59eebc92a794c7c1e8257ced2.tar.gz
nixpkgs-b3b41261d5d0a4f59eebc92a794c7c1e8257ced2.tar.bz2
nixpkgs-b3b41261d5d0a4f59eebc92a794c7c1e8257ced2.tar.lz
nixpkgs-b3b41261d5d0a4f59eebc92a794c7c1e8257ced2.tar.xz
nixpkgs-b3b41261d5d0a4f59eebc92a794c7c1e8257ced2.tar.zst
nixpkgs-b3b41261d5d0a4f59eebc92a794c7c1e8257ced2.zip
fmt: add changelog to meta
-rw-r--r--pkgs/development/libraries/fmt/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/fmt/default.nix b/pkgs/development/libraries/fmt/default.nix
index 20c2510b76e..f6ea2f01824 100644
--- a/pkgs/development/libraries/fmt/default.nix
+++ b/pkgs/development/libraries/fmt/default.nix
@@ -47,6 +47,7 @@ let
           used as a fast and safe alternative to printf and IOStreams.
         '';
         homepage = "https://fmt.dev/";
+        changelog = "https://github.com/fmtlib/fmt/blob/${version}/ChangeLog.rst";
         downloadPage = "https://github.com/fmtlib/fmt/";
         maintainers = [ maintainers.jdehaas ];
         license = licenses.mit;