refactor: removed redundant line in Cargo.toml
We only need one of license or license-file, so license-file was removed. Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
parent
d61a46d4e5
commit
30fe7943f1
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ edition = "2021"
|
|||
authors = ["Christina Sørensen <christina@cafkafk.com>"]
|
||||
repository = "https://github.com/cafkafk/gg"
|
||||
license = "GPL-3.0-only"
|
||||
license-file = "LICENSE"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
|
Loading…
Reference in a new issue