mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
pythonPackages.pycassa: fix evaluation
This commit is contained in:
parent
7967c4aacf
commit
b13f408d8b
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user