pysmbc: clarify license
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user