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:
aszlig 2013-10-02 12:03:42 +02:00
parent 4e38df5c3c
commit efbf029c8b
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

@ -4004,6 +4004,7 @@ pythonPackages = modules // import ./python-packages-generated.nix {
homepage = "https://github.com/paramiko/paramiko/";
description = "Native Python SSHv2 protocol library";
license = stdenv.lib.licenses.lgpl21Plus;
maintainer = [ stdenv.lib.maintainers.aszlig ];
longDescription = ''
This is a library for making SSH2 connections (client or server).