python.pkgs.acme: add meta

This commit is contained in:
Robert Schütz 2018-08-03 14:16:54 +02:00
parent 274f091b95
commit 28808fe6b5

View File

@ -27,4 +27,8 @@ buildPythonPackage rec {
checkInputs = [ nose ];
postUnpack = "sourceRoot=\${sourceRoot}/acme";
meta = certbot.meta // {
description = "ACME protocol implementation in Python";
};
}