Fix python-json-pointer meta.

(cherry picked from commit f1f5441b50)
This commit is contained in:
Lluís Batlle i Rossell 2015-06-25 15:43:08 +02:00
parent e7d10c4190
commit 662a94312d

View File

@ -3512,8 +3512,8 @@ let
};
meta = {
description = "Library to apply JSON Patches according to RFC 6902";
homepage = "https://github.com/stefankoegl/python-json-patch";
description = "Resolve JSON Pointers in Python";
homepage = "https://github.com/stefankoegl/python-json-pointer";
license = stdenv.lib.licenses.bsd2; # "Modified BSD licence, says pypi"
};
};