mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Fix tarball
This commit is contained in:
parent
d4b28df8a2
commit
a18eb2daa0
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue