Loading pkgs/development/python-modules/md-toc/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ buildPythonPackage rec { meta = with lib; { description = "Table of contents generator for Markdown"; homepage = "https://docs.franco.net.eu.org/md-toc/"; changelog = "https://blog.franco.net.eu.org/software/CHANGELOG-md-toc.html"; license = with licenses; [ gpl3Plus ]; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/md-toc/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ buildPythonPackage rec { meta = with lib; { description = "Table of contents generator for Markdown"; homepage = "https://docs.franco.net.eu.org/md-toc/"; changelog = "https://blog.franco.net.eu.org/software/CHANGELOG-md-toc.html"; license = with licenses; [ gpl3Plus ]; maintainers = with maintainers; [ fab ]; }; Loading