fixed licenses

This commit is contained in:
8084
2019-03-17 00:28:23 +03:00
parent 3cfda8c3c2
commit 554d745d67
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 ];
};
}