about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2013-07-13 15:54:39 -0400
committerShea Levy <shea@shealevy.com>2013-07-13 15:54:39 -0400
commit3b274caaac78eda9d0a8f67c916f3b18ec111c59 (patch)
tree246160686c878abb3bc606fca7d743c9ab54a6f7 /pkgs/development/python-modules
parente820a54431bc4a3277378c468737b72b8a2d82e7 (diff)
downloadnixlib-3b274caaac78eda9d0a8f67c916f3b18ec111c59.tar
nixlib-3b274caaac78eda9d0a8f67c916f3b18ec111c59.tar.gz
nixlib-3b274caaac78eda9d0a8f67c916f3b18ec111c59.tar.bz2
nixlib-3b274caaac78eda9d0a8f67c916f3b18ec111c59.tar.lz
nixlib-3b274caaac78eda9d0a8f67c916f3b18ec111c59.tar.xz
nixlib-3b274caaac78eda9d0a8f67c916f3b18ec111c59.tar.zst
nixlib-3b274caaac78eda9d0a8f67c916f3b18ec111c59.zip
Fix tarball
Signed-off-by: Shea Levy <shea@shealevy.com>
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/python-sip/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-sip/default.nix b/pkgs/development/python-modules/python-sip/default.nix
index fa2bae7ae27c..076cba1fad29 100644
--- a/pkgs/development/python-modules/python-sip/default.nix
+++ b/pkgs/development/python-modules/python-sip/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
   
   meta = with stdenv.lib; {
     description = "Creates C++ bindings for Python modules";
-    license     = licenses.gpl;
+    license     = licenses.gpl3Plus;
     maintainers = with maintainers; [ lovek323 sander urkud ];
     platforms   = platforms.all;
   };