Merge pull request #113186 from 06kellyjac/xh

xh: add changelog
This commit is contained in:
Sandro
2021-02-16 08:09:50 +01:00
committed by GitHub

View File

@@ -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 ];
};