Merge pull request #138934 from fabaff/cmd2-license

This commit is contained in:
Sandro 2021-09-22 14:27:53 +02:00 committed by GitHub
commit 88469690ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];
};
}