pyperclip: fix license
Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
parent
6f766ccf3a
commit
7c8bc33ec0
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user