pysmbc: clarify license

Changed files
+1 -1
pkgs
development
python-modules
pysmbc
+1 -1
pkgs/development/python-modules/pysmbc/default.nix
···
meta = with stdenv.lib; {
description = "libsmbclient binding for Python";
homepage = https://github.com/hamano/pysmbc;
-
license = licenses.gpl2;
+
license = licenses.gpl2Plus;
};
}