python311Packages.mechanize: specify license

This commit is contained in:
Fabian Affolter
2023-11-10 10:11:53 +01:00
committed by GitHub
parent 1fcdc3f05a
commit 1863301fcb
@@ -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; [ ];
};
}