From bbc94cb1251f7ff3d12db2e718121076ad9f0f73 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 18 Sep 2025 22:15:25 +0200 Subject: [PATCH] jsonwatch: add changelog entry to meta --- pkgs/by-name/js/jsonwatch/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/js/jsonwatch/package.nix b/pkgs/by-name/js/jsonwatch/package.nix index b9ec6244e376..ad145abefba0 100644 --- a/pkgs/by-name/js/jsonwatch/package.nix +++ b/pkgs/by-name/js/jsonwatch/package.nix @@ -27,6 +27,7 @@ rustPlatform.buildRustPackage rec { differences when the data changes. ''; homepage = "https://github.com/dbohdan/jsonwatch"; + changelog = "https://github.com/dbohdan/jsonwatch/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; mainProgram = "jsonwatch";