python310Packages.deploykit: add changelog to meta
This commit is contained in:
parent
5b8d33eb30
commit
051dd31728
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Execute commands remote via ssh and locally in parallel with python";
|
||||
homepage = "https://github.com/numtide/deploykit";
|
||||
changelog = "https://github.com/numtide/deploykit/releases/tag/${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ mic92 zowoq ];
|
||||
platforms = platforms.unix;
|
||||
|
|
Loading…
Reference in a new issue