python.pkgs.anyjson: update meta
This commit is contained in:
parent
88208439ea
commit
1ea27eb720
@ -1,4 +1,4 @@
|
|||||||
{ buildPythonPackage, fetchPypi, isPy3k, nose }:
|
{ lib, buildPythonPackage, fetchPypi, isPy3k, nose }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "anyjson";
|
pname = "anyjson";
|
||||||
@ -14,8 +14,9 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
buildInputs = [ nose ];
|
buildInputs = [ nose ];
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
homepage = https://pypi.python.org/pypi/anyjson/;
|
homepage = https://bitbucket.org/runeh/anyjson/;
|
||||||
description = "Wrapper that selects the best available JSON implementation";
|
description = "Wrapper that selects the best available JSON implementation";
|
||||||
|
license = licenses.bsd2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user