pysmbc: clarify license

This commit is contained in:
Orivej Desh 2017-10-01 23:51:23 +00:00
parent c1e872d289
commit 6b8806dff7

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.gpl2;
license = licenses.gpl2Plus;
};
}