Skip to content

Commit

Permalink
Dumb fixes
Browse files Browse the repository at this point in the history
- this is licensed under LGPLv3 not MIT
- add correct url for solo-studios snapshots repo
  • Loading branch information
solonovamax committed Oct 19, 2024
1 parent 95fe86a commit 00a7196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ nyx {

repository.fromGithub("PolyhedralDev", "Seismic")

license.useMIT()
license.useLGPLv3()

developer {
id = "duplexsys"
Expand Down Expand Up @@ -75,7 +75,7 @@ nyx {
name = "SoloStudiosReleases"
credentials(PasswordCredentials::class)
}
reposiliteMaven("https://maven.solo-studios.ca/releases/") {
reposiliteMaven("https://maven.solo-studios.ca/snapshots/") {
name = "SoloStudiosSnapshots"
credentials(PasswordCredentials::class)
}
Expand Down

0 comments on commit 00a7196

Please sign in to comment.