pyrex: add license

see issue #43716
This commit is contained in:
Pascal Wittmann
2018-08-06 12:32:28 +02:00
parent 934c71f806
commit bf56cfe48c
2 changed files with 3 additions and 1 deletions
@@ -15,5 +15,6 @@ python2Packages.buildPythonPackage rec {
meta = {
homepage = http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/;
description = "A language for writing Python extension modules";
license = stdenv.lib.licenses.asl20;
};
}