fixed licenses
This commit is contained in:
parent
3cfda8c3c2
commit
554d745d67
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "A wrapper around various text markup languages.";
|
description = "A wrapper around various text markup languages.";
|
||||||
homepage = https://github.com/retext-project/pymarkups;
|
homepage = https://github.com/retext-project/pymarkups;
|
||||||
license = lib.licenses.bsd;
|
license = lib.licenses.bsd3;
|
||||||
maintainers = with lib.maintainers; [ klntsky ];
|
maintainers = with lib.maintainers; [ klntsky ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Math extension for Python-Markdown";
|
description = "Math extension for Python-Markdown";
|
||||||
homepage = https://github.com/mitya57/python-markdown-math;
|
homepage = https://github.com/mitya57/python-markdown-math;
|
||||||
license = lib.licenses.bsd;
|
license = lib.licenses.bsd3;
|
||||||
maintainers = with lib.maintainers; [ klntsky ];
|
maintainers = with lib.maintainers; [ klntsky ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user