pysmbc: clarify license
Orivej Desh 8 years ago 6b8806df c1e872d2
··· 19 19 meta = with stdenv.lib; { 20 20 description = "libsmbclient binding for Python"; 21 21 homepage = https://github.com/hamano/pysmbc; 22 22 - license = licenses.gpl2; 22 22 + license = licenses.gpl2Plus; 23 23 }; 24 24 }