diff options
| author | Fuwn <[email protected]> | 2021-04-25 21:48:57 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-25 21:48:57 +0000 |
| commit | b364086f8805ff8afe45f65db8b762c51ae03643 (patch) | |
| tree | a5065a31a0232454b70a07d3a14e4aa734160ed6 | |
| parent | fix: Add run subcommand to CMD instruction (diff) | |
| download | whirl-b364086f8805ff8afe45f65db8b762c51ae03643.tar.xz whirl-b364086f8805ff8afe45f65db8b762c51ae03643.zip | |
fix: License to SPDX format
| -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 |