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"]