ssh-audit: set meta.platforms.all

This commit is contained in:
Sandro Jäckel 2020-10-26 09:04:52 +01:00 committed by zowoq
parent 9ac5e1ca06
commit 57c2755ca2

View file

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