mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
dropbear: adopt
This commit is contained in:
parent
e7684e34ec
commit
919762e4bd
1 changed files with 4 additions and 2 deletions
|
@ -35,9 +35,11 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ zlib ];
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://matt.ucc.asn.au/dropbear/dropbear.html;
|
||||
description = "An small footprint implementation of the SSH 2 protocol";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue