python.pkgs.orderedset: fix ofborg checkMeta

broken by 44a4370b1f
This commit is contained in:
Uli Baum 2018-08-15 09:54:58 +02:00
parent 2937e7367f
commit 6e3d0efdc4

View file

@ -13,6 +13,6 @@ buildPythonPackage rec {
description = "An Ordered Set implementation in Cython";
homepage = https://pypi.python.org/pypi/orderedset;
license = licenses.bsd3;
maintainers = maintainers.jtojnar;
maintainers = [ maintainers.jtojnar ];
};
}