Skip to content

Commit

Permalink
pythonPackages.sshpubkeys: Add meta
Browse files Browse the repository at this point in the history
  • Loading branch information
bsima committed Dec 4, 2018
1 parent f0bd0fc commit 089ec38
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/python-modules/sshpubkeys/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,11 @@ buildPythonPackage rec {
homepage = https://github.com/ojarva/python-sshpubkeys;
description = "OpenSSH public key parser for Python";
license = licenses.bsd3;
longDescription = ''
Native implementation for validating OpenSSH public keys. Currently
ssh-rsa, ssh-dss (DSA), ssh-ed25519 and ecdsa keys with NIST curves are
supported.
'';
maintainers = [ maintainers.bsima ];
};
}

0 comments on commit 089ec38

Please sign in to comment.