Unverified Commit 301cb47e authored by Anthony Roussel's avatar Anthony Roussel
Browse files

tuxmux: fix meta.license

parent 0a957d97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };