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 meta = with lib; { 69 description = "Enhancements for standard library's cmd module"; 70 homepage = "https://github.com/python-cmd2/cmd2"; 71 maintainers = with maintainers; [ teto ]; 72 }; 73 }
··· 68 meta = with lib; { 69 description = "Enhancements for standard library's cmd module"; 70 homepage = "https://github.com/python-cmd2/cmd2"; 71 + license = with licenses; [ mit ]; 72 maintainers = with maintainers; [ teto ]; 73 }; 74 }