Skip to content

Commit

Permalink
Rename "License" to "Licence"
Browse files Browse the repository at this point in the history
  • Loading branch information
brightly-salty authored and lpil committed Jan 17, 2021
1 parent 865ad0a commit c1e5bbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -3,7 +3,7 @@ name = "gleam"
version = "0.13.2"
authors = ["Louis Pilfold <louis@lpil.uk>"]
edition = "2018"
license-file = "LICENSE"
license-file = "LICENCE"

[dependencies]
# OS SIGINT and SIGTERM signal handling
Expand All @@ -24,7 +24,7 @@ petgraph = "0.5.1"
# Pretty error messages
codespan = "0.9" # Upgrade when https://github.com/brendanzab/codespan/pull/310 is released
codespan-reporting = "0.9" # Upgrade when https://github.com/brendanzab/codespan/pull/310 is released
termcolor = "1.1.2"
termcolor = "1.1.2"
# Initialize complex static values at runtime
lazy_static = "1.4.0"
# Data (de)serialisation
Expand Down
File renamed without changes.

0 comments on commit c1e5bbc

Please sign in to comment.