diff --git a/README.md b/README.md index f8af53193..345023e29 100644 --- a/README.md +++ b/README.md @@ -131,4 +131,4 @@ format and all available options. The wiki may be outdated. ### License Lithium is licensed under GNU LGPLv3, a free and open-source license. For more information, please see the -[license file](LICENSE.txt). +[license file](LICENSE.md). diff --git a/components/mixin-config-plugin/build.gradle b/components/mixin-config-plugin/build.gradle index 4bac0952a..fd90e0586 100644 --- a/components/mixin-config-plugin/build.gradle +++ b/components/mixin-config-plugin/build.gradle @@ -34,5 +34,5 @@ tasks.withType(JavaCompile) { } jar { - from "${rootProject.projectDir}/LICENSE.txt" + from "${rootProject.projectDir}/LICENSE.md" } \ No newline at end of file