about summary refs log tree commit diff
path: root/pkgs/by-name
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2023-11-27 15:43:19 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-11-28 13:01:20 +0000
commitc7df2a63dcdc3b875109c4cfe853f117030ac30f (patch)
tree292dfbdd1e05a0a3aebf638cb637e1a903f22459 /pkgs/by-name
parent411915218e1cc8dfbcee7f176f8dc5fb1ed72e78 (diff)
ktfmt: fix meta.license
(cherry picked from commit 0a957d97ccbb758f9cb8eb6afd46b9b337d12bc5)
Diffstat (limited to 'pkgs/by-name')
-rw-r--r--pkgs/by-name/kt/ktfmt/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/kt/ktfmt/package.nix b/pkgs/by-name/kt/ktfmt/package.nix
index 8417d6a0d0d69..ec7fb2f418620 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;