From 378c40435b02e53748d63f85d7e5ef652bf9dc4f Mon Sep 17 00:00:00 2001 From: pythops Date: Mon, 1 May 2023 17:31:35 +0200 Subject: [PATCH] update manifest license field --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1338651..5d6e4d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "bouncinamation" description = "Bouncing DvD logo animation" version = "0.1.0" authors = ["pythops "] -license = "GNU Affero General Public License v3.0" +license = "AGPL-3.0" edition = "2021" readme = "README.md" homepage = "https://github.com/pythops/bouncinamation"