Apply suggestions from code review
Co-authored-by: qzylinra <225773816+qzylinra@users.noreply.github.com>
This commit is contained in:
@@ -56,10 +56,10 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "doubles" ];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Test doubles for Python";
|
||||
homepage = "https://github.com/uber/doubles";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ b-rodrigues ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ b-rodrigues ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user