pyperclip: fix license

Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
lucasew 2021-12-04 07:30:59 -03:00
parent 6f766ccf3a
commit 7c8bc33ec0

View File

@ -13,7 +13,7 @@ buildPythonPackage rec {
meta = with lib; {
homepage = "https://github.com/asweigart/pyperclip";
license = licenses.bsdOriginal;
license = licenses.bsd3;
description = "Cross-platform clipboard module";
};
}