Inconsistent license specifications
The LICENSE file and the license specified in package.json do not agree. The first says GPL-3 the other MIT.
The LICENSE file and the license specified in package.json do not agree. The first says GPL-3 the other MIT.
GPL-3, the one in LICENSE should be the correct one. Pushed a patch to correct that here.
Wonder if we should also change the license in
crates/radicle-tauri/Cargo.tomltoGPL-3.0-only?