From f401b58ff67c5a31a8778f6fa93bbf7acda1f360 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 13 Aug 2022 04:45:00 +0000 Subject: [PATCH] tmuxp: update meta --- pkgs/tools/misc/tmuxp/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/tmuxp/default.nix b/pkgs/tools/misc/tmuxp/default.nix index 14e5da0702eb..768e4d33e3de 100644 --- a/pkgs/tools/misc/tmuxp/default.nix +++ b/pkgs/tools/misc/tmuxp/default.nix @@ -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 ]; }; }