python310Packages.httpie: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-20 18:44:20 +01:00
parent f4137f3e93
commit 128713b727

View file

@ -99,6 +99,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A command line HTTP client whose goal is to make CLI human-friendly";
homepage = "https://httpie.org/";
changelog = "https://github.com/httpie/httpie/blob/${version}/CHANGELOG.md";
license = licenses.bsd3;
maintainers = with maintainers; [ antono relrod schneefux SuperSandro2000 ];
};