Commit a8dc15d0 authored by Yiyu Zhou's avatar Yiyu Zhou
Browse files

tornado: cleanup

parent 4e23776b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -59,10 +59,10 @@ buildPythonPackage rec {
      ;
  };

  meta = with lib; {
  meta = {
    description = "Web framework and asynchronous networking library";
    homepage = "https://www.tornadoweb.org/";
    license = licenses.asl20;
    license = lib.licenses.asl20;
    maintainers = [ ];
  };
}