Merge pull request #138934 from fabaff/cmd2-license

authored by Sandro and committed by GitHub 88469690 3c7bb6ff

+1
+1
pkgs/development/python-modules/cmd2/default.nix
··· 68 68 meta = with lib; { 69 69 description = "Enhancements for standard library's cmd module"; 70 70 homepage = "https://github.com/python-cmd2/cmd2"; 71 + license = with licenses; [ mit ]; 71 72 maintainers = with maintainers; [ teto ]; 72 73 }; 73 74 }