From ea2b20bb7d5c35bbee0a846d278dcbb449a536c3 Mon Sep 17 00:00:00 2001 From: Weird Constructor Date: Tue, 5 Jul 2022 20:03:46 +0200 Subject: [PATCH] fix license --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9e9bfc7..4a3fe30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "hexodsp" version = "0.2.0" authors = ["Weird Constructor "] -license = "AGPL-3.0-or-later" +license = "GPL-3.0-or-later" edition = "2021" description = "Comprehensive DSP graph and synthesis library for developing a modular synthesizer in Rust, such as HexoSynth." keywords = ["audio", "music", "real-time", "synthesis", "synthesizer", "dsp", "sound"]