1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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;
};
}