From 2803ef219874cdc10a84d55c1229f0ca56866204 Mon Sep 17 00:00:00 2001 From: 06kellyjac Date: Mon, 15 Feb 2021 09:45:36 +0000 Subject: [PATCH] xh: add changelog --- pkgs/tools/networking/xh/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/networking/xh/default.nix b/pkgs/tools/networking/xh/default.nix index b7246959017..1d1736cd816 100644 --- a/pkgs/tools/networking/xh/default.nix +++ b/pkgs/tools/networking/xh/default.nix @@ -25,6 +25,7 @@ rustPlatform.buildRustPackage rec { meta = with lib; { description = "Yet another HTTPie clone in Rust"; homepage = "https://github.com/ducaale/xh"; + changelog = "https://github.com/ducaale/xh/blob/v${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ payas SuperSandro2000 ]; };