fixed licenses
This commit is contained in:
parent
3cfda8c3c2
commit
554d745d67
2 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue