From 7c8bc33ec0a99cc6990784605329c3d7f6c27764 Mon Sep 17 00:00:00 2001 From: lucasew Date: Sat, 4 Dec 2021 07:30:59 -0300 Subject: [PATCH] pyperclip: fix license Signed-off-by: lucasew --- pkgs/development/python-modules/pyperclip/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pyperclip/default.nix b/pkgs/development/python-modules/pyperclip/default.nix index c04cc9eec346..7f91cc8aecce 100644 --- a/pkgs/development/python-modules/pyperclip/default.nix +++ b/pkgs/development/python-modules/pyperclip/default.nix @@ -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"; }; }