mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
python-paramiko: Fix maintainerS attribute name.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
45e740b119
commit
877614ce99
@ -4022,7 +4022,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 ];
|
maintainers = [ 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
Block a user