Skip to content

Commit

Permalink
fix: enterprise component license url
Browse files Browse the repository at this point in the history
  • Loading branch information
notdryft committed Nov 13, 2024
1 parent 0a2f0aa commit 744a2fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ object GatlingEnterpriseComponentPlugin extends AutoPlugin {
GatlingSonatypePlugin

override def projectSettings: Seq[Def.Setting[_]] = Seq(
licenses := Seq("Gatling Enterprise Component License" -> url("https://gatling.io/docs/gatling/reference/current/project/licenses/enterprise-component")),
licenses := Seq("Gatling Enterprise Component License" -> url("https://docs.gatling.io/project/licenses/enterprise-component/")),
headerLicense := AllRightsReservedLicense
)
}

0 comments on commit 744a2fb

Please sign in to comment.