Skip to content
Snippets Groups Projects
Verified Commit c97fe9d2 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: license value

parent d84dc7f9
No related branches found
Tags 0.8.0
No related merge requests found
Pipeline #944 passed
......@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
*
* License name in the `Cargo.toml` file
## [0.1.0] - 2022-07-08
......
......@@ -3,7 +3,7 @@ name = "boytacean"
description = "A Game Boy emulator that is written in Rust."
version = "0.1.0"
authors = ["João Magalhães <joamag@gmail.com>"]
license = "Apache"
license = "Apache-2.0"
keywords = ["gameboy", "emulator", "rust"]
edition = "2018"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment