pysmbc: fix license
Orivej Desh 8 years ago c1e872d2 1fcf8e24
··· 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.gplv2; 22 22 + license = licenses.gpl2; 23 23 }; 24 24 }