From 1863301fcbc7a9708db91b9ea29476cf82167e1d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 10 Nov 2023 10:11:53 +0100 Subject: [PATCH] python311Packages.mechanize: specify license --- pkgs/development/python-modules/mechanize/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/mechanize/default.nix b/pkgs/development/python-modules/mechanize/default.nix index 8e5d147d303a..390f2955493b 100644 --- a/pkgs/development/python-modules/mechanize/default.nix +++ b/pkgs/development/python-modules/mechanize/default.nix @@ -21,7 +21,7 @@ buildPythonPackage rec { description = "Stateful programmatic web browsing in Python"; homepage = "https://github.com/python-mechanize/mechanize"; changelog = "https://github.com/python-mechanize/mechanize/blob/v${version}/ChangeLog"; - license = "BSD-style"; + license = licenses.bsd3; maintainers = with maintainers; [ ]; }; }