python310Packages.libtmux: update meta

This commit is contained in:
Mario Rodas 2022-08-13 04:45:00 +00:00
parent eb33604cff
commit c088cf3682

View file

@ -36,9 +36,10 @@ buildPythonPackage rec {
pythonImportsCheck = [ "libtmux" ];
meta = with lib; {
description = "Scripting library for tmux";
homepage = "https://libtmux.readthedocs.io/";
license = licenses.bsd3;
description = "Typed scripting library / ORM / API wrapper for tmux";
homepage = "https://libtmux.git-pull.com/";
changelog = "https://github.com/tmux-python/libtmux/raw/v${version}/CHANGES";
license = licenses.mit;
maintainers = with maintainers; [ ];
};
}