summary refs log tree commit diff
path: root/pkgs/development/python-modules/slowaes
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2014-03-24 00:16:42 -0400
committerShea Levy <shea@shealevy.com>2014-03-24 00:16:42 -0400
commita18eb2daa0134ea0edd38a94ee61c9c21796c226 (patch)
treefa2f2aed3382594b92ebe070fe43cb44b9b45762 /pkgs/development/python-modules/slowaes
parentd4b28df8a271cc970b96e8ecc53177b35bf123f9 (diff)
downloadnixpkgs-a18eb2daa0134ea0edd38a94ee61c9c21796c226.tar
nixpkgs-a18eb2daa0134ea0edd38a94ee61c9c21796c226.tar.gz
nixpkgs-a18eb2daa0134ea0edd38a94ee61c9c21796c226.tar.bz2
nixpkgs-a18eb2daa0134ea0edd38a94ee61c9c21796c226.tar.lz
nixpkgs-a18eb2daa0134ea0edd38a94ee61c9c21796c226.tar.xz
nixpkgs-a18eb2daa0134ea0edd38a94ee61c9c21796c226.tar.zst
nixpkgs-a18eb2daa0134ea0edd38a94ee61c9c21796c226.zip
Fix tarball
Diffstat (limited to 'pkgs/development/python-modules/slowaes')
-rw-r--r--pkgs/development/python-modules/slowaes/default.nix4
1 files 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
+}