dropbear: add changelog to meta
This commit is contained in:
parent
488b8d231c
commit
e3cc08b238
1 changed files with 2 additions and 1 deletions
|
@ -52,8 +52,9 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [ zlib libxcrypt ] ++ lib.optionals enableStatic [ glibc.static zlib.static ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://matt.ucc.asn.au/dropbear/dropbear.html";
|
||||
description = "A small footprint implementation of the SSH 2 protocol";
|
||||
homepage = "https://matt.ucc.asn.au/dropbear/dropbear.html";
|
||||
changelog = "https://github.com/mkj/dropbear/raw/DROPBEAR_${version}/CHANGES";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
platforms = platforms.linux;
|
||||
|
|
Loading…
Reference in a new issue