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