python-paramiko: Add myself to maintainers.
And as promised, I'm going to keep an eye (or even two) on this :-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
4e38df5c3c
commit
efbf029c8b
|
@ -4004,6 +4004,7 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
||||||
homepage = "https://github.com/paramiko/paramiko/";
|
homepage = "https://github.com/paramiko/paramiko/";
|
||||||
description = "Native Python SSHv2 protocol library";
|
description = "Native Python SSHv2 protocol library";
|
||||||
license = stdenv.lib.licenses.lgpl21Plus;
|
license = stdenv.lib.licenses.lgpl21Plus;
|
||||||
|
maintainer = [ stdenv.lib.maintainers.aszlig ];
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
This is a library for making SSH2 connections (client or server).
|
This is a library for making SSH2 connections (client or server).
|
||||||
|
|
Loading…
Reference in New Issue