python3Packages.docutils: add licensing details
This commit is contained in:
parent
24e5fe6075
commit
774fba51d8
@ -29,9 +29,10 @@ buildPythonPackage rec {
|
|||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
description = "Python Documentation Utilities";
|
description = "Python Documentation Utilities";
|
||||||
homepage = "http://docutils.sourceforge.net/";
|
homepage = "http://docutils.sourceforge.net/";
|
||||||
maintainers = with lib.maintainers; [ AndersonTorres ];
|
license = with licenses; [ publicDomain bsd2 psfl gpl3Plus ];
|
||||||
|
maintainers = with maintainers; [ AndersonTorres ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user