summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2023-11-27 15:43:27 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-11-28 13:01:20 +0000
commit256f0803c6f1251d6523c45484972c229ac8c42c (patch)
tree9d87a42b923061b6a6db44e6a1d94c3d664e90a3
parentktfmt: fix meta.license (diff)
downloadnixpkgs-origin/backport-270430-to-release-23.11.tar.gz
(cherry picked from commit 301cb47e718ca8099407def782f1d805d3da42fb)
-rw-r--r--pkgs/by-name/tu/tuxmux/package.nix2
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";
};