python310Packages.httpie: add changelog to meta
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user