dropbear: adopt

This commit is contained in:
Nikolay Amiantov 2015-10-17 13:24:17 +03:00
parent e7684e34ec
commit 919762e4bd

View file

@ -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;
};
}