diff options
| author | Fuwn <[email protected]> | 2021-04-25 21:48:57 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-25 21:48:57 -0700 |
| commit | c89bdba2c54d1e35a224eaa01ba4a8cb4b88805a (patch) | |
| tree | 17bc10203aa98a07fe1a99f12cb67bb10388d6f4 /Cargo.toml | |
| parent | fix: Add run subcommand to CMD instruction (diff) | |
| download | whirl-c89bdba2c54d1e35a224eaa01ba4a8cb4b88805a.tar.xz whirl-c89bdba2c54d1e35a224eaa01ba4a8cb4b88805a.zip | |
fix: License to SPDX format
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ documentation = "https://www.whirlsplash.org" readme = "README.md" homepage = "https://whirlsplash.org" repository = "https://github.com/Whirlsplash/whirl" -license = "GPLv3" +license = "GPL-3.0-only" # license-file = "LICENSE" keywords = ["rust", "worldserver", "whirl", "whirlsplash"] publish = false |