12 buildPythonPackage rec {
13 pname = "stups-fullstop";
17 src = fetchFromGitHub {
18 owner = "zalando-stups";
19 repo = "fullstop-cli";
21 sha256 = "1cpzz1b8g2mich7c1p74vfgw70vlxpgwi82a1ld82wv3srwqa0h3";
24 propagatedBuildInputs = [
40 description = "Convenience command line tool for fullstop. audit reporting.";
41 homepage = "https://github.com/zalando-stups/stups-fullstop-cli";
42 license = licenses.asl20;
43 maintainers = [ maintainers.mschuwalow ];