pyperclip: fix license
Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
parent
6f766ccf3a
commit
7c8bc33ec0
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/asweigart/pyperclip";
|
homepage = "https://github.com/asweigart/pyperclip";
|
||||||
license = licenses.bsdOriginal;
|
license = licenses.bsd3;
|
||||||
description = "Cross-platform clipboard module";
|
description = "Cross-platform clipboard module";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue