10 pname = "django-mdeditor";
13 src = fetchFromGitHub {
15 repo = "django-mdeditor";
17 hash = "sha256-t57j1HhjNQtBwlbqe4mAHQ9WiNcIhMKYmrZkiqh+k5k=";
20 propagatedBuildInputs = [ django ];
24 pythonImportsCheck = [ "mdeditor" ];
27 description = "Markdown Editor plugin application for django based on Editor.md";
28 homepage = "https://github.com/pylixm/django-mdeditor";
29 changelog = "https://github.com/pylixm/django-mdeditor/releases";
30 license = licenses.gpl3;
31 maintainers = with maintainers; [ augustebaum ];