python310Packages.deploykit: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-13 21:35:12 +01:00 committed by GitHub
parent 5b8d33eb30
commit 051dd31728
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;