about summary refs log tree commit diff
path: root/pkgs/tools/misc/tmuxp
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-08-13 04:45:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2022-08-13 04:45:00 +0000
commitf401b58ff67c5a31a8778f6fa93bbf7acda1f360 (patch)
tree08c0f2539e0424d917f8d1bd6664ed2281bdab7d /pkgs/tools/misc/tmuxp
parent0aa1c74387b4111aff74f00861ec0506f81557b6 (diff)
tmuxp: update meta
Diffstat (limited to 'pkgs/tools/misc/tmuxp')
-rw-r--r--pkgs/tools/misc/tmuxp/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/tools/misc/tmuxp/default.nix b/pkgs/tools/misc/tmuxp/default.nix
index 14e5da0702eb6..768e4d33e3ded 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 ];
   };
 }