Unverified Commit de09dd21 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Apply suggestions from code review

parent 292eaf7c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];
  };
}