mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
pysmbc: fix license
This commit is contained in:
parent
1fcf8e24a0
commit
c1e872d289
@ -19,6 +19,6 @@ buildPythonPackage rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "libsmbclient binding for Python";
|
description = "libsmbclient binding for Python";
|
||||||
homepage = https://github.com/hamano/pysmbc;
|
homepage = https://github.com/hamano/pysmbc;
|
||||||
license = licenses.gplv2;
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user