Commit 48f627f1 authored by Doron Behar's avatar Doron Behar
Browse files

python3.pkgs.pymorphy3-dicts-ru: no with lib; in meta

parent c3193e2a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -19,10 +19,10 @@ buildPythonPackage rec {

  pythonImportsCheck = [ "pymorphy3_dicts_ru" ];

  meta = with lib; {
  meta = {
    description = "Russian dictionaries for pymorphy3";
    homepage = "https://github.com/no-plagiarism/pymorphy3-dicts";
    license = licenses.mit;
    maintainers = with maintainers; [ jboy ];
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ jboy ];
  };
}