Skip to content

Commit

Permalink
pythonPackages.pycassa: fix evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Mar 16, 2017
1 parent 7967c4a commit b13f408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pycassa/default.nix
Expand Up @@ -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;
};
}

0 comments on commit b13f408

Please sign in to comment.