Merge pull request #270430 from anthonyroussel/fix-licenses

ktfmt,tuxmut: fix meta.license (apsl20 -> asl20)
This commit is contained in:
Mario Rodas 2023-11-27 20:02:30 -05:00 committed by GitHub
commit 9b696e80b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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;

View File

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