ktfmt: fix meta.license

This commit is contained in:
Anthony Roussel 2023-11-27 15:43:19 +01:00
parent fb509d96c1
commit 0a957d97cc
No known key found for this signature in database
GPG key ID: 9DC4987B1A55E75E

View file

@ -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;