diff options
| author | Anthony Roussel <anthony@roussel.dev> | 2023-11-27 15:43:27 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-11-28 13:01:20 +0000 |
| commit | 256f0803c6f1251d6523c45484972c229ac8c42c (patch) | |
| tree | 9d87a42b923061b6a6db44e6a1d94c3d664e90a3 | |
| parent | ktfmt: fix meta.license (diff) | |
| download | nixpkgs-origin/backport-270430-to-release-23.11.tar.gz | |
tuxmux: fix meta.licenseorigin/backport-270430-to-release-23.11
(cherry picked from commit 301cb47e718ca8099407def782f1d805d3da42fb)
| -rw-r--r-- | pkgs/by-name/tu/tuxmux/package.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/tu/tuxmux/package.nix b/pkgs/by-name/tu/tuxmux/package.nix index b5c7eaf0c7b4..871a3b7c4bf2 100644 --- a/pkgs/by-name/tu/tuxmux/package.nix +++ b/pkgs/by-name/tu/tuxmux/package.nix @@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec { meta = with lib; { description = "Tmux session manager"; homepage = "https://github.com/edeneast/tuxmux"; - license = licenses.apsl20; + license = licenses.asl20; maintainers = with maintainers; [ edeneast ]; mainProgram = "tm"; }; |
