faraday-cli: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-11-25 11:29:35 +01:00
parent 41189f1178
commit 5eb20083cb
@@ -44,6 +44,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "Command Line Interface for Faraday";
homepage = "https://github.com/infobyte/faraday-cli";
changelog = "https://github.com/infobyte/faraday-cli/releases/tag/${version}";
license = with licenses; [ gpl3Only ];
maintainers = with maintainers; [ fab ];
};