diff options
Diffstat (limited to 'buildSrc/src/licenseinfo.kt')
-rw-r--r-- | buildSrc/src/licenseinfo.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildSrc/src/licenseinfo.kt b/buildSrc/src/licenseinfo.kt index 85ef54c..50e4593 100644 --- a/buildSrc/src/licenseinfo.kt +++ b/buildSrc/src/licenseinfo.kt @@ -7,7 +7,7 @@ import moe.nea.licenseextractificator.LicenseExtension fun LicenseExtension.addExtraLicenseMatchers() { solo { name = "Firmament" - description = "A Hypixel Skyblock mod" + description = "A Hypixel SkyBlock mod" developer("Linnea Gräf") { webPresence = "https://nea.moe/" } |