Skip to content

Commit

Permalink
Merge pull request #143 from armanbilge/fix/license-url
Browse files Browse the repository at this point in the history
Fix Apache 2.0 license url
  • Loading branch information
armanbilge authored Feb 6, 2022
2 parents 8a88b6e + 9100c3f commit 0c004a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ object TypelevelPlugin extends AutoPlugin {
organization := "org.typelevel",
organizationName := "Typelevel",
startYear := Some(java.time.YearMonth.now().getYear()),
licenses += "Apache-2.0" -> url("http://www.apache.org/licenses/"),
licenses += "Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0.txt"),
tlCiReleaseBranches := Seq("main"),
Def.derive(tlFatalWarnings := (tlFatalWarningsInCi.value && githubIsWorkflowBuild.value)),
githubWorkflowBuildMatrixExclusions ++= {
Expand Down

0 comments on commit 0c004a8

Please sign in to comment.