python3Packages.cmd2: add license

This commit is contained in:
Fabian Affolter 2021-09-22 13:55:12 +02:00
parent b5044c1833
commit 6a814b8ba8

View File

@ -68,6 +68,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Enhancements for standard library's cmd module";
homepage = "https://github.com/python-cmd2/cmd2";
license = with licenses; [ mit ];
maintainers = with maintainers; [ teto ];
};
}