From 2fe0deb482508d763eec976d015ec9b07879b5a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=90=91=E5=A4=9C?= Date: Sun, 24 Nov 2024 20:32:24 +0800 Subject: [PATCH] chore: fix license name --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 06b75aa..35fafe1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ readme = "README.md" homepage = "https://github.com/swpu-acm/online-judge" repository = "https://github.com/swpu-acm/online-judge" authors = ["苏向夜 "] -license = "AGPLv3" +license = "AGPL-3.0-only" [dependencies] anyhow = "1.0.92"