ssh-audit: add SuperSandro2000 as maintainer

This commit is contained in:
Sandro Jäckel
2020-09-29 12:52:19 +02:00
parent c12c4cd28e
commit 2b3cc9e8bb

View File

@@ -39,6 +39,6 @@ python3Packages.buildPythonApplication rec {
description = "Tool for ssh server auditing";
homepage = "https://github.com/jtesta/ssh-audit";
license = licenses.mit;
maintainers = with maintainers; [ tv ];
maintainers = with maintainers; [ tv SuperSandro2000 ];
};
}