Fix old license URLs

This commit is contained in:
crschnick 2024-03-09 02:16:55 +00:00
parent ccea37e0e0
commit fbfe4bdf4b
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ publishing {
url = 'https://github.com/xpipe-io/xpipe/beacon'
licenses {
license {
name = 'The MIT License (MIT)'
name = 'Apache License 2.0'
url = 'https://github.com/xpipe-io/xpipe/LICENSE.md'
}
}

View file

@ -11,7 +11,7 @@ publishing {
url = 'https://github.com/xpipe-io/xpipe/core'
licenses {
license {
name = 'The MIT License (MIT)'
name = 'Apache License 2.0'
url = 'https://github.com/xpipe-io/xpipe/LICENSE.md'
}
}