diff options
| author | 2026-01-29 17:38:36 +0800 | |
|---|---|---|
| committer | 2026-01-29 17:38:36 +0800 | |
| commit | ada00103ad484afa8c67f13da1b444d589247de0 (patch) | |
| tree | 10735c6c5e839b66059f1a4ab489c517fc77f364 /Cargo.toml | |
| parent | 4bb465835f03f465cbc90b0cd35be185e28d425c (diff) | |
| download | DropIn-ada00103ad484afa8c67f13da1b444d589247de0.tar.gz DropIn-ada00103ad484afa8c67f13da1b444d589247de0.zip | |
fix: update license from MIT to AGPL-3.0 in Cargo.toml and pyproject.toml
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ name = "dropin" version = "0.0.1" edition = "2021" description = "Minecraft Instances Manager" -license = "MIT" +license = "AGPL-3.0" documentation = "https://dropin.hydroroll.team/" homepage = "https://dropin.hydroroll.team/" repository = "https://github.com/HydroRoll-Team/DropIn" |