about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2013-10-28 03:24:35 +0100
committeraszlig <aszlig@redmoonstudios.org>2013-10-28 20:48:49 +0100
commit877614ce993714507fc88afb581643736bb17d6f (patch)
treee2f14468da8ca0b5d5cd3e57158dde79eb7c1b6c /pkgs
parent45e740b1192368fc0f2622fcaba3bdf4bf155af1 (diff)
downloadnixlib-877614ce993714507fc88afb581643736bb17d6f.tar
nixlib-877614ce993714507fc88afb581643736bb17d6f.tar.gz
nixlib-877614ce993714507fc88afb581643736bb17d6f.tar.bz2
nixlib-877614ce993714507fc88afb581643736bb17d6f.tar.lz
nixlib-877614ce993714507fc88afb581643736bb17d6f.tar.xz
nixlib-877614ce993714507fc88afb581643736bb17d6f.tar.zst
nixlib-877614ce993714507fc88afb581643736bb17d6f.zip
python-paramiko: Fix maintainerS attribute name.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 6f6c52a1b0d7..a4efec899e40 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -4022,7 +4022,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 ];
+      maintainers = [ stdenv.lib.maintainers.aszlig ];
 
       longDescription = ''
         This is a library for making SSH2 connections (client or server).