Fix tarball

This commit is contained in:
Shea Levy 2014-03-24 00:16:42 -04:00
parent d4b28df8a2
commit a18eb2daa0

View file

@ -11,6 +11,6 @@ buildPythonPackage rec {
meta = {
homepage = "http://code.google.com/p/slowaes/";
description = "AES implemented in pure python";
license = stdenv.lib.licenses.apache;
license = stdenv.lib.licenses.asl20;
};
}
}