From 5a6be6ce57376b532147c3cd5147e661983f08e5 Mon Sep 17 00:00:00 2001 From: askiiart <askiiart@noreply.localhost> Date: Tue, 18 Mar 2025 15:43:13 +0000 Subject: [PATCH] why wasn't this lgpl in the first place okay i'm done now lol --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c1ad8d6..d244ec3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "torznab-toolkit" version = "0.2.0" edition = "2021" -license = "GPL-3.0-only" +license = "LGPL-3.0-only" readme = "README.md" description = "A safe, multi-threaded, async toolkit for adding Torznab APIs to programs." repository = "https://git.askiiart.net/askiiart/torznab-toolkit"