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

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

parent a9ff7f7e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,10 +16,10 @@ buildPythonPackage rec {

  pythonImportsCheck = [ "pymorphy2_dicts_ru" ];

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