pysmbc: fix license
This commit is contained in:
parent
1fcf8e24a0
commit
c1e872d289
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user