pythonPackages.pycassa: fix evaluation

This commit is contained in:
Vincent Laporte 2017-03-16 19:43:09 +00:00
parent 7967c4aacf
commit b13f408d8b

View File

@ -19,8 +19,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [ thrift ];
meta = {
description = "pycassa is a python client library for Apache Cassandra";
description = "A python client library for Apache Cassandra";
homepage = http://github.com/pycassa/pycassa;
license = stdenv.licenses.mit;
license = stdenv.lib.licenses.mit;
};
}