Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-02-16 12:20:04 +00:00
committed by GitHub
71 changed files with 893 additions and 957 deletions
+1
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 ];
};