about summary refs log tree commit diff
path: root/pkgs/by-name/dm
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/dm')
-rw-r--r--pkgs/by-name/dm/dmd/generic.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/by-name/dm/dmd/generic.nix b/pkgs/by-name/dm/dmd/generic.nix
index 9bfd2c5ffc9f..3defc1993f92 100644
--- a/pkgs/by-name/dm/dmd/generic.nix
+++ b/pkgs/by-name/dm/dmd/generic.nix
@@ -211,6 +211,7 @@ stdenv.mkDerivation (finalAttrs: {
   meta = with lib; {
     description = "Official reference compiler for the D language";
     homepage = "https://dlang.org/";
+    changelog = "https://dlang.org/changelog/${finalAttrs.version}.html";
     # Everything is now Boost licensed, even the backend.
     # https://github.com/dlang/dmd/pull/6680
     license = licenses.boost;