fixed licenses

This commit is contained in:
8084 2019-03-17 00:28:23 +03:00
parent 3cfda8c3c2
commit 554d745d67
No known key found for this signature in database
GPG key ID: 612281040BC67F9E
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ buildPythonPackage rec {
meta = {
description = "A wrapper around various text markup languages.";
homepage = https://github.com/retext-project/pymarkups;
license = lib.licenses.bsd;
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ klntsky ];
};
}

View file

@ -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 ];
};
}