Commit cc5fd04d authored by Doron Behar's avatar Doron Behar
Browse files

python3.pkgs.pymorphy3: no with lib; in meta

parent 2589b36b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -35,11 +35,11 @@ buildPythonPackage rec {

  pythonImportsCheck = [ "pymorphy3" ];

  meta = with lib; {
  meta = {
    description = "Morphological analyzer/inflection engine for Russian and Ukrainian";
    mainProgram = "pymorphy";
    homepage = "https://github.com/no-plagiarism/pymorphy3";
    license = licenses.mit;
    maintainers = with maintainers; [ jboy ];
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ jboy ];
  };
}