From d54a7e72a68de12e7746a9815c842c288b96990f Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Mon, 24 Jan 2022 08:58:30 -0500 Subject: [PATCH] python3Packages.pymdown-extensions: remove period from description Co-authored-by: Martin Weinelt --- pkgs/development/python-modules/pymdown-extensions/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pymdown-extensions/default.nix b/pkgs/development/python-modules/pymdown-extensions/default.nix index 49fa42a30e34..94a73fd82112 100644 --- a/pkgs/development/python-modules/pymdown-extensions/default.nix +++ b/pkgs/development/python-modules/pymdown-extensions/default.nix @@ -69,7 +69,7 @@ buildPythonPackage rec { pythonImportsCheck = map (ext: "pymdownx.${ext}") extensions; meta = with lib; { - description = "Extensions for Python Markdown."; + description = "Extensions for Python Markdown"; homepage = "https://facelessuser.github.io/pymdown-extensions/"; license = with licenses; [ mit bsd2 ]; maintainers = with maintainers; [ cpcloud ];