summary refs log tree commit diff
path: root/pkgs/development/python-modules/pysmbc
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2017-10-01 23:42:08 +0000
committerOrivej Desh <orivej@gmx.fr>2017-10-01 23:42:08 +0000
commitc1e872d289b69f377252b56414a7ec560c98c27b (patch)
tree1f3b83d95a384da204a7e705aae408f1c934e9c3 /pkgs/development/python-modules/pysmbc
parent1fcf8e24a015c0c946c1a59dce201ee30474b1d4 (diff)
downloadnixlib-c1e872d289b69f377252b56414a7ec560c98c27b.tar
nixlib-c1e872d289b69f377252b56414a7ec560c98c27b.tar.gz
nixlib-c1e872d289b69f377252b56414a7ec560c98c27b.tar.bz2
nixlib-c1e872d289b69f377252b56414a7ec560c98c27b.tar.lz
nixlib-c1e872d289b69f377252b56414a7ec560c98c27b.tar.xz
nixlib-c1e872d289b69f377252b56414a7ec560c98c27b.tar.zst
nixlib-c1e872d289b69f377252b56414a7ec560c98c27b.zip
pysmbc: fix license
Diffstat (limited to 'pkgs/development/python-modules/pysmbc')
-rw-r--r--pkgs/development/python-modules/pysmbc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pysmbc/default.nix b/pkgs/development/python-modules/pysmbc/default.nix
index bb3a65ae624c..deb9d3dcb821 100644
--- a/pkgs/development/python-modules/pysmbc/default.nix
+++ b/pkgs/development/python-modules/pysmbc/default.nix
@@ -19,6 +19,6 @@ buildPythonPackage rec {
   meta = with stdenv.lib; {
     description = "libsmbclient binding for Python";
     homepage = https://github.com/hamano/pysmbc;
-    license = licenses.gplv2;
+    license = licenses.gpl2;
   };
 }