diff --git a/pkgs/by-name/kt/ktfmt/package.nix b/pkgs/by-name/kt/ktfmt/package.nix index 8417d6a0d0d6..ec7fb2f41862 100644 --- a/pkgs/by-name/kt/ktfmt/package.nix +++ b/pkgs/by-name/kt/ktfmt/package.nix @@ -30,7 +30,7 @@ maven.buildMavenPackage rec { meta = with lib; { description = "A program that reformats Kotlin source code to comply with the common community standard for Kotlin code conventions."; homepage = "https://github.com/facebook/ktfmt"; - license = licenses.apsl20; + license = licenses.asl20; mainProgram = "ktfmt"; maintainers = with maintainers; [ ghostbuster91 ]; inherit (jre_headless.meta) platforms; 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"; };