python310Packages.asyncssh: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-29 10:53:53 +01:00 committed by GitHub
parent e4520aada3
commit 466f70c549
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "sha256-vn4ctHIl3JiZ5WRy/cTarANYSmhDZ1MpwM5nF5yyDik=";
hash = "sha256-vn4ctHIl3JiZ5WRy/cTarANYSmhDZ1MpwM5nF5yyDik=";
};
propagatedBuildInputs = [
@ -81,6 +81,7 @@ buildPythonPackage rec {
broken = stdenv.isDarwin;
description = "Asynchronous SSHv2 Python client and server library";
homepage = "https://asyncssh.readthedocs.io/";
changelog = "https://github.com/ronf/asyncssh/blob/v${version}/docs/changes.rst";
license = licenses.epl20;
maintainers = with maintainers; [ ];
};