alepez / lavagna

A collaborative blackboard, ideal for simple sketches during online meetings
https://github.com/alepez/lavagna
Apache License 2.0
149 stars 10 forks source link

Fix license key in Cargo.toml #25

Closed TimJentzsch closed 10 months ago

TimJentzsch commented 10 months ago

The Cargo manifest format requires a specific syntax for specifying the license key. MIT/Apache-2.0 is invalid in that syntax, so some tools might not recognize the license. You can read more about the syntax in the Cargo reference format docs.

Instead, we now use MIT OR Apache-2.0, which is the intended way to write this license.