summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-markdown-math
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/python-markdown-math')
-rw-r--r--pkgs/development/python-modules/python-markdown-math/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-markdown-math/default.nix b/pkgs/development/python-modules/python-markdown-math/default.nix
index 3347e5b76cca..053b4897e833 100644
--- a/pkgs/development/python-modules/python-markdown-math/default.nix
+++ b/pkgs/development/python-modules/python-markdown-math/default.nix
@@ -18,7 +18,7 @@ buildPythonPackage rec {
meta = {
description = "Math extension for Python-Markdown";
homepage = https://github.com/mitya57/python-markdown-math;
- license = lib.licenses.bsd;
+ license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ klntsky ];
};
}