tmuxp: update meta

This commit is contained in:
Mario Rodas 2022-08-13 04:45:00 +00:00
parent 0aa1c74387
commit f401b58ff6

View File

@ -38,9 +38,10 @@ pypkgs.buildPythonApplication rec {
'';
meta = with lib; {
description = "Manage tmux workspaces from JSON and YAML";
description = "tmux session manager";
homepage = "https://tmuxp.git-pull.com/";
license = licenses.bsd3;
changelog = "https://github.com/tmux-python/tmuxp/raw/v${version}/CHANGES";
license = licenses.mit;
maintainers = with maintainers; [ peterhoeg ];
};
}