Skip to content

Commit de09dd2

Browse files
Apply suggestions from code review
Co-authored-by: qzylinra <225773816+qzylinra@users.noreply.github.com>
1 parent 292eaf7 commit de09dd2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/development/python-modules/doubles/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ buildPythonPackage rec {
5656

5757
pythonImportsCheck = [ "doubles" ];
5858

59-
meta = with lib; {
59+
meta = {
6060
description = "Test doubles for Python";
6161
homepage = "https://github.com/uber/doubles";
62-
license = licenses.mit;
63-
maintainers = with maintainers; [ b-rodrigues ];
62+
license = lib.licenses.mit;
63+
maintainers = with lib.maintainers; [ b-rodrigues ];
6464
};
6565
}

0 commit comments

Comments
 (0)