summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-08-10 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-08-10 04:20:00 +0000
commit7c0ea52f0b4997654c037a5d9f24c74e8dacbfc3 (patch)
treef46d90bf6c38daaa65a0a5421c71b5223785677a
parentf1d40151013336e9879ccbc90f87956f69dbf700 (diff)
downloadnixpkgs-7c0ea52f0b4997654c037a5d9f24c74e8dacbfc3.tar
nixpkgs-7c0ea52f0b4997654c037a5d9f24c74e8dacbfc3.tar.gz
nixpkgs-7c0ea52f0b4997654c037a5d9f24c74e8dacbfc3.tar.bz2
nixpkgs-7c0ea52f0b4997654c037a5d9f24c74e8dacbfc3.tar.lz
nixpkgs-7c0ea52f0b4997654c037a5d9f24c74e8dacbfc3.tar.xz
nixpkgs-7c0ea52f0b4997654c037a5d9f24c74e8dacbfc3.tar.zst
nixpkgs-7c0ea52f0b4997654c037a5d9f24c74e8dacbfc3.zip
mercury: add changelog to meta
-rw-r--r--pkgs/development/compilers/mercury/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/mercury/default.nix b/pkgs/development/compilers/mercury/default.nix
index 1e4630de2c4..5e8ce722146 100644
--- a/pkgs/development/compilers/mercury/default.nix
+++ b/pkgs/development/compilers/mercury/default.nix
@@ -55,6 +55,7 @@ stdenv.mkDerivation rec {
       trade-offs.
     '';
     homepage    = "http://mercurylang.org";
+    changelog   = "https://dl.mercurylang.org/release/release-notes-${version}.html";
     license     = lib.licenses.gpl2;
     platforms = lib.platforms.linux ++ lib.platforms.darwin;
     maintainers = [ ];