radicle-cli: correct license to gpl3Plus

This commit is contained in:
amesgen 2022-08-15 20:38:08 +02:00
parent e4bac5abf5
commit cf87c04456
No known key found for this signature in database
GPG Key ID: 1A89EC203635A13D

View File

@ -58,7 +58,7 @@ rustPlatform.buildRustPackage rec {
meta = {
description = "Command-line tooling for Radicle, a decentralized code collaboration network";
homepage = "https://radicle.xyz";
license = lib.licenses.gpl3;
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ amesgen ];
platforms = lib.platforms.unix;
mainProgram = "rad";