pysmbc: fix license

This commit is contained in:
Orivej Desh 2017-10-01 23:42:08 +00:00
parent 1fcf8e24a0
commit c1e872d289

View File

@ -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;
};
}