awsebcli: mark broken

This commit is contained in:
Sandro Jäckel 2021-03-03 13:50:53 +01:00
parent c4d6162d67
commit 7738719171
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -92,5 +92,6 @@ in with localPython.pkgs; buildPythonApplication rec {
description = "A command line interface for Elastic Beanstalk";
maintainers = with maintainers; [ eqyiel ];
license = licenses.asl20;
broken = true;
};
}