From 8685e51d0d89b99f1578a37a065e021327ae2a88 Mon Sep 17 00:00:00 2001 From: zyl Date: Wed, 15 Jan 2025 01:46:56 -0800 Subject: [PATCH] fix license --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b84dee0..6efb188 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ description = "static site generator fit for a dog" edition = "2021" homepage = "https://webdog.zyl.gay" -license = "AGPLv2" +license = "AGPL-3.0-or-later" name = "webdog" readme = "README.md" repository = "https://github.com/zyllian/webdog"