From a18eb2daa0134ea0edd38a94ee61c9c21796c226 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Mon, 24 Mar 2014 00:16:42 -0400 Subject: [PATCH] Fix tarball --- pkgs/development/python-modules/slowaes/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/slowaes/default.nix b/pkgs/development/python-modules/slowaes/default.nix index ef793d7e120..e45ffdfb2e1 100644 --- a/pkgs/development/python-modules/slowaes/default.nix +++ b/pkgs/development/python-modules/slowaes/default.nix @@ -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; }; -} \ No newline at end of file +}